Class: Aws::Types::AggregateStatus
- Inherits:
-
Object
- Object
- Aws::Types::AggregateStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#signature_map ⇒ ::Hash[::String, bool]
Returns the value of attribute signature_map.
-
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
Instance Attribute Details
#signature_map ⇒ ::Hash[::String, bool]
Returns the value of attribute signature_map.
23 24 25 |
# File 'sig/types.rbs', line 23 def signature_map @signature_map end |
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
22 23 24 |
# File 'sig/types.rbs', line 22 def status @status end |