Class: Aws::Types::StartRecoveryRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartRecoveryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_drill ⇒ Boolean
Returns the value of attribute is_drill.
-
#source_servers ⇒ ::Array[Types::StartRecoveryRequestSourceServer]
Returns the value of attribute source_servers.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#is_drill ⇒ Boolean
Returns the value of attribute is_drill.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def is_drill @is_drill end |
#source_servers ⇒ ::Array[Types::StartRecoveryRequestSourceServer]
Returns the value of attribute source_servers.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def source_servers @source_servers end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def @tags end |