Class: Aws::Types::GetRecoveryGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRecoveryGroupResponse
- 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.
245 246 247 |
# File 'sig/types.rbs', line 245 def cells @cells end |
#recovery_group_arn ⇒ ::String
Returns the value of attribute recovery_group_arn.
246 247 248 |
# File 'sig/types.rbs', line 246 def recovery_group_arn @recovery_group_arn end |
#recovery_group_name ⇒ ::String
Returns the value of attribute recovery_group_name.
247 248 249 |
# File 'sig/types.rbs', line 247 def recovery_group_name @recovery_group_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
248 249 250 |
# File 'sig/types.rbs', line 248 def @tags end |