Class: Aws::Types::StartFailbackLaunchRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartFailbackLaunchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recovery_instance_i_ds ⇒ ::Array[::String]
Returns the value of attribute recovery_instance_i_ds.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#recovery_instance_i_ds ⇒ ::Array[::String]
Returns the value of attribute recovery_instance_i_ds.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def recovery_instance_i_ds @recovery_instance_i_ds end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def @tags end |