Class: Aws::Types::CreateResiliencyGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResiliencyGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#intended_resiliency_model ⇒ "maximum-resiliency", ...
Returns the value of attribute intended_resiliency_model.
-
#resiliency_group_name ⇒ ::String
Returns the value of attribute resiliency_group_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
350 351 352 |
# File 'sig/types.rbs', line 350 def client_token @client_token end |
#intended_resiliency_model ⇒ "maximum-resiliency", ...
Returns the value of attribute intended_resiliency_model.
349 350 351 |
# File 'sig/types.rbs', line 349 def intended_resiliency_model @intended_resiliency_model end |
#resiliency_group_name ⇒ ::String
Returns the value of attribute resiliency_group_name.
348 349 350 |
# File 'sig/types.rbs', line 348 def resiliency_group_name @resiliency_group_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
351 352 353 |
# File 'sig/types.rbs', line 351 def end |