Module: Aws::Route53RecoveryReadiness::Client::_UpdateRecoveryGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRecoveryGroupResponse]
- 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]
446 |
# File 'sig/client.rbs', line 446
def cells: () -> ::Array[::String]
|
#recovery_group_arn ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def recovery_group_arn: () -> ::String
|
#recovery_group_name ⇒ ::String
448 |
# File 'sig/client.rbs', line 448
def recovery_group_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
449 |
# File 'sig/client.rbs', line 449
def tags: () -> ::Hash[::String, ::String]
|