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

#arn ⇒ String

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

Returns:

  • (String)


4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
# File 'lib/aws-sdk-mgn/types.rb', line 4561

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

#name ⇒ String

The name of the network migration definition.

Returns:

  • (String)


4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
# File 'lib/aws-sdk-mgn/types.rb', line 4561

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_id ⇒ String

The unique identifier of the network migration definition.

Returns:

  • (String)


4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
# File 'lib/aws-sdk-mgn/types.rb', line 4561

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

#scope_tags ⇒ Hash<String,String>

Scope tags for the network migration definition.

Returns:

  • (Hash<String,String>)


4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
# File 'lib/aws-sdk-mgn/types.rb', line 4561

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

#source_environment ⇒ String

The source environment configuration.

Returns:

  • (String)


4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
# File 'lib/aws-sdk-mgn/types.rb', line 4561

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

#tags ⇒ Hash<String,String>

Tags assigned to the network migration definition.

Returns:

  • (Hash<String,String>)


4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
# File 'lib/aws-sdk-mgn/types.rb', line 4561

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