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:



360
361
362
# File 'sig/types.rbs', line 360

def events
  @events
end

#initial_revision ⇒ Types::Revision

Returns the value of attribute initial_revision.

Returns:



361
362
363
# File 'sig/types.rbs', line 361

def initial_revision
  @initial_revision
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


362
363
364
# File 'sig/types.rbs', line 362

def started_at
  @started_at
end

#status ⇒ "FAILED", ...

Returns the value of attribute status.

Returns:

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


363
364
365
# File 'sig/types.rbs', line 363

def status
  @status
end

#target ⇒ ::String

Returns the value of attribute target.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def target
  @target
end

#target_revision ⇒ Types::Revision

Returns the value of attribute target_revision.

Returns:



364
365
366
# File 'sig/types.rbs', line 364

def target_revision
  @target_revision
end