Class: Aws::Types::StartSourceNetworkRecoveryRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#deploy_as_newBoolean

Returns the value of attribute deploy_as_new.

Returns:

  • (Boolean)


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.

Returns:

  • (::Hash[::String, ::String])


1354
1355
1356
# File 'sig/types.rbs', line 1354

def tags
  @tags
end