Class: Aws::Types::StartSourceNetworkRecoveryRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSourceNetworkRecoveryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deploy_as_new ⇒ Boolean
Returns the value of attribute deploy_as_new.
-
#source_networks ⇒ ::Array[Types::StartSourceNetworkRecoveryRequestNetworkEntry]
Returns the value of attribute source_networks.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#deploy_as_new ⇒ Boolean
Returns the value of attribute deploy_as_new.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def deploy_as_new @deploy_as_new end |
#source_networks ⇒ ::Array[Types::StartSourceNetworkRecoveryRequestNetworkEntry]
Returns the value of attribute source_networks.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def source_networks @source_networks end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def @tags end |