Class: Aws::Types::GroupOrderingIdSummary
- Inherits:
-
Object
- Object
- Aws::Types::GroupOrderingIdSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#ordering_id ⇒ ::Integer
Returns the value of attribute ordering_id.
-
#received_at ⇒ ::Time
Returns the value of attribute received_at.
-
#status ⇒ "FAILED", ...
Returns the value of attribute status.
Instance Attribute Details
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
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.
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.
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.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def received_at @received_at end |
#status ⇒ "FAILED", ...
Returns the value of attribute status.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def status @status end |