Class: Aws::Types::CreateRecoveryGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRecoveryGroupResponse
- 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.
79 80 81 |
# File 'sig/types.rbs', line 79 def cells @cells end |
#recovery_group_arn ⇒ ::String
Returns the value of attribute recovery_group_arn.
80 81 82 |
# File 'sig/types.rbs', line 80 def recovery_group_arn @recovery_group_arn end |
#recovery_group_name ⇒ ::String
Returns the value of attribute recovery_group_name.
81 82 83 |
# File 'sig/types.rbs', line 81 def recovery_group_name @recovery_group_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
82 83 84 |
# File 'sig/types.rbs', line 82 def @tags end |