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.
6904 6905 6906 6907 6908 6909 6910 6911 |
# File 'lib/aws-sdk-mgn/types.rb', line 6904 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.
6904 6905 6906 6907 6908 6909 6910 6911 |
# File 'lib/aws-sdk-mgn/types.rb', line 6904 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.
6904 6905 6906 6907 6908 6909 6910 6911 |
# File 'lib/aws-sdk-mgn/types.rb', line 6904 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.
6904 6905 6906 6907 6908 6909 6910 6911 |
# File 'lib/aws-sdk-mgn/types.rb', line 6904 class UpdateNetworkMigrationMapperSegmentRequest < Struct.new( :network_migration_definition_id, :network_migration_execution_id, :segment_id, :scope_tags) SENSITIVE = [:scope_tags] include Aws::Structure end |