Class: Aws::Mgn::Types::NetworkMigrationDefinitionSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

A summary of a network migration definition.

Constant Summary collapse

SENSITIVE =
[:tags, :scope_tags]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the network migration definition.

Returns:

  • (String)


4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-mgn/types.rb', line 4430

class NetworkMigrationDefinitionSummary < Struct.new(
  :network_migration_definition_id,
  :name,
  :source_environment,
  :arn,
  :tags,
  :scope_tags)
  SENSITIVE = [:tags, :scope_tags]
  include Aws::Structure
end

#nameString

The name of the network migration definition.

Returns:

  • (String)


4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-mgn/types.rb', line 4430

class NetworkMigrationDefinitionSummary < Struct.new(
  :network_migration_definition_id,
  :name,
  :source_environment,
  :arn,
  :tags,
  :scope_tags)
  SENSITIVE = [:tags, :scope_tags]
  include Aws::Structure
end

#network_migration_definition_idString

The unique identifier of the network migration definition.

Returns:

  • (String)


4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-mgn/types.rb', line 4430

class NetworkMigrationDefinitionSummary < Struct.new(
  :network_migration_definition_id,
  :name,
  :source_environment,
  :arn,
  :tags,
  :scope_tags)
  SENSITIVE = [:tags, :scope_tags]
  include Aws::Structure
end

#scope_tagsHash<String,String>

Scope tags for the network migration definition.

Returns:

  • (Hash<String,String>)


4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-mgn/types.rb', line 4430

class NetworkMigrationDefinitionSummary < Struct.new(
  :network_migration_definition_id,
  :name,
  :source_environment,
  :arn,
  :tags,
  :scope_tags)
  SENSITIVE = [:tags, :scope_tags]
  include Aws::Structure
end

#source_environmentString

The source environment configuration.

Returns:

  • (String)


4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-mgn/types.rb', line 4430

class NetworkMigrationDefinitionSummary < Struct.new(
  :network_migration_definition_id,
  :name,
  :source_environment,
  :arn,
  :tags,
  :scope_tags)
  SENSITIVE = [:tags, :scope_tags]
  include Aws::Structure
end

#tagsHash<String,String>

Tags assigned to the network migration definition.

Returns:

  • (Hash<String,String>)


4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
# File 'lib/aws-sdk-mgn/types.rb', line 4430

class NetworkMigrationDefinitionSummary < Struct.new(
  :network_migration_definition_id,
  :name,
  :source_environment,
  :arn,
  :tags,
  :scope_tags)
  SENSITIVE = [:tags, :scope_tags]
  include Aws::Structure
end