Class: Aws::Types::ResourceSyncAttempt

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#events ⇒ ::Array[Types::ResourceSyncEvent]

Returns the value of attribute events.

Returns:



1278
1279
1280
# File 'sig/types.rbs', line 1278

def events
  @events
end

#initial_revision ⇒ Types::Revision

Returns the value of attribute initial_revision.

Returns:



1279
1280
1281
# File 'sig/types.rbs', line 1279

def initial_revision
  @initial_revision
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def started_at
  @started_at
end

#status ⇒ "INITIATED", ...

Returns the value of attribute status.

Returns:

  • ("INITIATED", "IN_PROGRESS", "SUCCEEDED", "FAILED")


1281
1282
1283
# File 'sig/types.rbs', line 1281

def status
  @status
end

#target ⇒ ::String

Returns the value of attribute target.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def target
  @target
end

#target_revision ⇒ Types::Revision

Returns the value of attribute target_revision.

Returns:



1283
1284
1285
# File 'sig/types.rbs', line 1283

def target_revision
  @target_revision
end