Class: Aws::Types::GroupOrderingIdSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def failure_reason
  @failure_reason
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def last_updated_at
  @last_updated_at
end

#ordering_id::Integer

Returns the value of attribute ordering_id.

Returns:

  • (::Integer)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def ordering_id
  @ordering_id
end

#received_at::Time

Returns the value of attribute received_at.

Returns:

  • (::Time)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def received_at
  @received_at
end

#status"FAILED", ...

Returns the value of attribute status.

Returns:

  • ("FAILED", "SUCCEEDED", "PROCESSING", "DELETING", "DELETED")


1221
1222
1223
# File 'sig/types.rbs', line 1221

def status
  @status
end