Class: Aws::Types::RepositorySyncAttempt

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::RepositorySyncEvent]

Returns the value of attribute events.

Returns:



329
330
331
# File 'sig/types.rbs', line 329

def events
  @events
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


327
328
329
# File 'sig/types.rbs', line 327

def started_at
  @started_at
end

#status ⇒ "FAILED", ...

Returns the value of attribute status.

Returns:

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


328
329
330
# File 'sig/types.rbs', line 328

def status
  @status
end