Class: Aws::Types::CreateNetworkMigrationDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags, :scope_tags])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_mappings ⇒ ::Array[Types::CidrMapping]

Returns the value of attribute cidr_mappings.

Returns:



178
179
180
# File 'sig/types.rbs', line 178

def cidr_mappings
  @cidr_mappings
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def name
  @name
end

#scope_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute scope_tags.

Returns:

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


180
181
182
# File 'sig/types.rbs', line 180

def scope_tags
  @scope_tags
end

#source_configurations ⇒ ::Array[Types::SourceConfiguration]

Returns the value of attribute source_configurations.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def source_configurations
  @source_configurations
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


179
180
181
# File 'sig/types.rbs', line 179

def tags
  @tags
end

#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"

Returns the value of attribute target_deployment.

Returns:

  • ("SINGLE_ACCOUNT", "MULTI_ACCOUNT")


176
177
178
# File 'sig/types.rbs', line 176

def target_deployment
  @target_deployment
end

#target_network ⇒ Types::TargetNetwork

Returns the value of attribute target_network.



175
176
177
# File 'sig/types.rbs', line 175

def target_network
  @target_network
end

#target_s3_configuration ⇒ Types::TargetS3Configuration

Returns the value of attribute target_s3_configuration.



174
175
176
# File 'sig/types.rbs', line 174

def target_s3_configuration
  @target_s3_configuration
end

#vpc_provisioning_strategy ⇒ "CREATE_NEW", "USE_EXISTING"

Returns the value of attribute vpc_provisioning_strategy.

Returns:

  • ("CREATE_NEW", "USE_EXISTING")


177
178
179
# File 'sig/types.rbs', line 177

def vpc_provisioning_strategy
  @vpc_provisioning_strategy
end