Class: Aws::Types::UpdateResiliencyGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResiliencyGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#resiliency_group_id ⇒ ::String
Returns the value of attribute resiliency_group_id.
-
#resiliency_group_name ⇒ ::String
Returns the value of attribute resiliency_group_name.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def client_token @client_token end |
#resiliency_group_id ⇒ ::String
Returns the value of attribute resiliency_group_id.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def resiliency_group_id @resiliency_group_id end |
#resiliency_group_name ⇒ ::String
Returns the value of attribute resiliency_group_name.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def resiliency_group_name @resiliency_group_name end |