Method: Aws::CodeStarconnections::Types::ResourceSyncAttempt#target

Defined in:
lib/aws-sdk-codestarconnections/types.rb

#targetString

The name of the Amazon Web Services resource that is attempted to be synchronized.

Returns:

  • (String)


1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1221

class ResourceSyncAttempt < Struct.new(
  :events,
  :initial_revision,
  :started_at,
  :status,
  :target_revision,
  :target)
  SENSITIVE = []
  include Aws::Structure
end