Class: Aws::Types::CreateRecoveryGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRecoveryGroupRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
72 73 74 |
# File 'sig/types.rbs', line 72 def cells @cells end |
#recovery_group_name ⇒ ::String
Returns the value of attribute recovery_group_name.
73 74 75 |
# File 'sig/types.rbs', line 73 def recovery_group_name @recovery_group_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
74 75 76 |
# File 'sig/types.rbs', line 74 def @tags end |