Class: Aws::Types::RecoveryGroupOutput
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryGroupOutput
- 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.
397 398 399 |
# File 'sig/types.rbs', line 397 def cells @cells end |
#recovery_group_arn ⇒ ::String
Returns the value of attribute recovery_group_arn.
398 399 400 |
# File 'sig/types.rbs', line 398 def recovery_group_arn @recovery_group_arn end |
#recovery_group_name ⇒ ::String
Returns the value of attribute recovery_group_name.
399 400 401 |
# File 'sig/types.rbs', line 399 def recovery_group_name @recovery_group_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
400 401 402 |
# File 'sig/types.rbs', line 400 def @tags end |