Class: Aws::Types::AssociationOverview
- Inherits:
-
Object
- Object
- Aws::Types::AssociationOverview
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_status_aggregated_count ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute association_status_aggregated_count.
-
#detailed_status ⇒ ::String
Returns the value of attribute detailed_status.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#association_status_aggregated_count ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute association_status_aggregated_count.
200 201 202 |
# File 'sig/types.rbs', line 200 def association_status_aggregated_count @association_status_aggregated_count end |
#detailed_status ⇒ ::String
Returns the value of attribute detailed_status.
199 200 201 |
# File 'sig/types.rbs', line 199 def detailed_status @detailed_status end |
#status ⇒ ::String
Returns the value of attribute status.
198 199 200 |
# File 'sig/types.rbs', line 198 def status @status end |