Class: Aws::Types::UpdateRecoveryGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecoveryGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
-
#recovery_group_name ⇒ ::String
Returns the value of attribute recovery_group_name.
Instance Attribute Details
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
498 499 500 |
# File 'sig/types.rbs', line 498 def cells @cells end |
#recovery_group_name ⇒ ::String
Returns the value of attribute recovery_group_name.
499 500 501 |
# File 'sig/types.rbs', line 499 def recovery_group_name @recovery_group_name end |