Class: Aws::Types::NetworkMigrationDefinition

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

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def arn
  @arn
end

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

Returns the value of attribute cidr_mappings.

Returns:



1341
1342
1343
# File 'sig/types.rbs', line 1341

def cidr_mappings
  @cidr_mappings
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1342
1343
1344
# File 'sig/types.rbs', line 1342

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def name
  @name
end

#network_migration_definition_id ⇒ ::String

Returns the value of attribute network_migration_definition_id.

Returns:

  • (::String)


1333
1334
1335
# File 'sig/types.rbs', line 1333

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


1345
1346
1347
# File 'sig/types.rbs', line 1345

def scope_tags
  @scope_tags
end

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

Returns the value of attribute source_configurations.

Returns:



1336
1337
1338
# File 'sig/types.rbs', line 1336

def source_configurations
  @source_configurations
end

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

Returns the value of attribute tags.

Returns:

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


1344
1345
1346
# File 'sig/types.rbs', line 1344

def tags
  @tags
end

#target_deployment ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"

Returns the value of attribute target_deployment.

Returns:

  • ("SINGLE_ACCOUNT", "MULTI_ACCOUNT")


1339
1340
1341
# File 'sig/types.rbs', line 1339

def target_deployment
  @target_deployment
end

#target_network ⇒ Types::TargetNetwork

Returns the value of attribute target_network.



1338
1339
1340
# File 'sig/types.rbs', line 1338

def target_network
  @target_network
end

#target_s3_configuration ⇒ Types::TargetS3Configuration

Returns the value of attribute target_s3_configuration.



1337
1338
1339
# File 'sig/types.rbs', line 1337

def target_s3_configuration
  @target_s3_configuration
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def updated_at
  @updated_at
end

#vpc_provisioning_strategy ⇒ "CREATE_NEW", "USE_EXISTING"

Returns the value of attribute vpc_provisioning_strategy.

Returns:

  • ("CREATE_NEW", "USE_EXISTING")


1340
1341
1342
# File 'sig/types.rbs', line 1340

def vpc_provisioning_strategy
  @vpc_provisioning_strategy
end