Class: Aws::Mgn::Types::UpdateNetworkMigrationMapperSegmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::UpdateNetworkMigrationMapperSegmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:scope_tags]
Instance Attribute Summary collapse
-
#network_migration_definition_id ⇒ String
The unique identifier of the network migration definition.
-
#network_migration_execution_id ⇒ String
The unique identifier of the network migration execution.
-
#scope_tags ⇒ Hash<String,String>
The updated scope tags for the segment.
-
#segment_id ⇒ String
The unique identifier of the segment to update.
Instance Attribute Details
#network_migration_definition_id ⇒ String
The unique identifier of the network migration definition.
7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'lib/aws-sdk-mgn/types.rb', line 7000 class UpdateNetworkMigrationMapperSegmentRequest < Struct.new( :network_migration_definition_id, :network_migration_execution_id, :segment_id, :scope_tags) SENSITIVE = [:scope_tags] include Aws::Structure end |
#network_migration_execution_id ⇒ String
The unique identifier of the network migration execution.
7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'lib/aws-sdk-mgn/types.rb', line 7000 class UpdateNetworkMigrationMapperSegmentRequest < Struct.new( :network_migration_definition_id, :network_migration_execution_id, :segment_id, :scope_tags) SENSITIVE = [:scope_tags] include Aws::Structure end |
#scope_tags ⇒ Hash<String,String>
The updated scope tags for the segment.
7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'lib/aws-sdk-mgn/types.rb', line 7000 class UpdateNetworkMigrationMapperSegmentRequest < Struct.new( :network_migration_definition_id, :network_migration_execution_id, :segment_id, :scope_tags) SENSITIVE = [:scope_tags] include Aws::Structure end |
#segment_id ⇒ String
The unique identifier of the segment to update.
7000 7001 7002 7003 7004 7005 7006 7007 |
# File 'lib/aws-sdk-mgn/types.rb', line 7000 class UpdateNetworkMigrationMapperSegmentRequest < Struct.new( :network_migration_definition_id, :network_migration_execution_id, :segment_id, :scope_tags) SENSITIVE = [:scope_tags] include Aws::Structure end |