Class: Aws::Types::UpdateNetworkMigrationDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:scope_tags])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute cidr_mappings.

Returns:



2083
2084
2085
# File 'sig/types.rbs', line 2083

def cidr_mappings
  @cidr_mappings
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2077
2078
2079
# File 'sig/types.rbs', line 2077

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2076
2077
2078
# File 'sig/types.rbs', line 2076

def name
  @name
end

#network_migration_definition_id ⇒ ::String

Returns the value of attribute network_migration_definition_id.

Returns:

  • (::String)


2075
2076
2077
# File 'sig/types.rbs', line 2075

def network_migration_definition_id
  @network_migration_definition_id
end

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

Returns the value of attribute scope_tags.

Returns:

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


2084
2085
2086
# File 'sig/types.rbs', line 2084

def scope_tags
  @scope_tags
end

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

Returns the value of attribute source_configurations.

Returns:



2078
2079
2080
# File 'sig/types.rbs', line 2078

def source_configurations
  @source_configurations
end

#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"

Returns the value of attribute target_deployment.

Returns:

  • ("SINGLE_ACCOUNT", "MULTI_ACCOUNT")


2081
2082
2083
# File 'sig/types.rbs', line 2081

def target_deployment
  @target_deployment
end

#target_network ⇒ Types::TargetNetworkUpdate

Returns the value of attribute target_network.



2080
2081
2082
# File 'sig/types.rbs', line 2080

def target_network
  @target_network
end

#target_s3_configuration ⇒ Types::TargetS3ConfigurationUpdate

Returns the value of attribute target_s3_configuration.



2079
2080
2081
# File 'sig/types.rbs', line 2079

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")


2082
2083
2084
# File 'sig/types.rbs', line 2082

def vpc_provisioning_strategy
  @vpc_provisioning_strategy
end