Class: Aws::Mgn::Types::NetworkMigrationDefinitionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::NetworkMigrationDefinitionSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the network migration definition.
-
#name ⇒ String
The name of the network migration definition.
-
#network_migration_definition_id ⇒ String
The unique identifier of the network migration definition.
-
#scope_tags ⇒ Hash<String,String>
Scope tags for the network migration definition.
-
#source_environment ⇒ String
The source environment configuration.
-
#tags ⇒ Hash<String,String>
Tags assigned to the network migration definition.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the network migration definition.
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 |
#name ⇒ String
The name of the network migration definition.
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_id ⇒ String
The unique identifier of the network migration definition.
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_tags ⇒ Hash<String,String>
Scope tags for the network migration definition.
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_environment ⇒ String
The source environment configuration.
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 |
#tags ⇒ Hash<String,String>
Tags assigned to the network migration definition.
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 |