Module: Aws::Route53RecoveryReadiness::Client::_CreateRecoveryGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRecoveryGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cells ⇒ ::Array[::String]
- #recovery_group_arn ⇒ ::String
- #recovery_group_name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#cells ⇒ ::Array[::String]
124 |
# File 'sig/client.rbs', line 124
def cells: () -> ::Array[::String]
|
#recovery_group_arn ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def recovery_group_arn: () -> ::String
|
#recovery_group_name ⇒ ::String
126 |
# File 'sig/client.rbs', line 126
def recovery_group_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
127 |
# File 'sig/client.rbs', line 127
def tags: () -> ::Hash[::String, ::String]
|