Class: Aws::Types::ResiliencyGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResiliencyGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#resiliency_group_arn ⇒ ::String
Returns the value of attribute resiliency_group_arn.
-
#resiliency_group_id ⇒ ::String
Returns the value of attribute resiliency_group_id.
-
#resiliency_group_name ⇒ ::String
Returns the value of attribute resiliency_group_name.
-
#resiliency_group_type ⇒ "Managed"
Returns the value of attribute resiliency_group_type.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
Instance Attribute Details
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def owner_account @owner_account end |
#resiliency_group_arn ⇒ ::String
Returns the value of attribute resiliency_group_arn.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def resiliency_group_arn @resiliency_group_arn end |
#resiliency_group_id ⇒ ::String
Returns the value of attribute resiliency_group_id.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def resiliency_group_id @resiliency_group_id end |
#resiliency_group_name ⇒ ::String
Returns the value of attribute resiliency_group_name.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def resiliency_group_name @resiliency_group_name end |
#resiliency_group_type ⇒ "Managed"
Returns the value of attribute resiliency_group_type.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def resiliency_group_type @resiliency_group_type end |
#state ⇒ "pending", ...
Returns the value of attribute state.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def state @state end |