Module: Aws::Route53RecoveryReadiness::Client::_GetRecoveryGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRecoveryGroupResponse]
- 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]
276 |
# File 'sig/client.rbs', line 276
def cells: () -> ::Array[::String]
|
#recovery_group_arn ⇒ ::String
277 |
# File 'sig/client.rbs', line 277
def recovery_group_arn: () -> ::String
|
#recovery_group_name ⇒ ::String
278 |
# File 'sig/client.rbs', line 278
def recovery_group_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
279 |
# File 'sig/client.rbs', line 279
def tags: () -> ::Hash[::String, ::String]
|