Class: Aws::Types::UpdateRecoveryGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecoveryGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
-
#recovery_group_arn ⇒ ::String
Returns the value of attribute recovery_group_arn.
-
#recovery_group_name ⇒ ::String
Returns the value of attribute recovery_group_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
504 505 506 |
# File 'sig/types.rbs', line 504 def cells @cells end |
#recovery_group_arn ⇒ ::String
Returns the value of attribute recovery_group_arn.
505 506 507 |
# File 'sig/types.rbs', line 505 def recovery_group_arn @recovery_group_arn end |
#recovery_group_name ⇒ ::String
Returns the value of attribute recovery_group_name.
506 507 508 |
# File 'sig/types.rbs', line 506 def recovery_group_name @recovery_group_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
507 508 509 |
# File 'sig/types.rbs', line 507 def @tags end |