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:



4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
# File 'lib/aws-sdk-mgn/types.rb', line 4387

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:



4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
# File 'lib/aws-sdk-mgn/types.rb', line 4387

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:



4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
# File 'lib/aws-sdk-mgn/types.rb', line 4387

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:



4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
# File 'lib/aws-sdk-mgn/types.rb', line 4387

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:



4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
# File 'lib/aws-sdk-mgn/types.rb', line 4387

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:



4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
# File 'lib/aws-sdk-mgn/types.rb', line 4387

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