Class: Aws::Types::GroupingStatusesItem
- Inherits:
-
Object
- Object
- Aws::Types::GroupingStatusesItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "GROUP", "UNGROUP"
Returns the value of attribute action.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#action ⇒ "GROUP", "UNGROUP"
Returns the value of attribute action.
206 207 208 |
# File 'sig/types.rbs', line 206 def action @action end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
209 210 211 |
# File 'sig/types.rbs', line 209 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
208 209 210 |
# File 'sig/types.rbs', line 208 def @error_message end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
205 206 207 |
# File 'sig/types.rbs', line 205 def resource_arn @resource_arn end |
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
207 208 209 |
# File 'sig/types.rbs', line 207 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
210 211 212 |
# File 'sig/types.rbs', line 210 def updated_at @updated_at end |