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:



1241
1242
1243
# File 'sig/types.rbs', line 1241

def events
  @events
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def started_at
  @started_at
end

#status ⇒ "INITIATED", ...

Returns the value of attribute status.

Returns:

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


1243
1244
1245
# File 'sig/types.rbs', line 1243

def status
  @status
end