Class: Aws::Mgn::Types::StartNetworkMigrationMappingUpdateSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StartNetworkMigrationMappingUpdateSegment
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
A segment update to apply during a mapping update operation.
Constant Summary collapse
- SENSITIVE =
[:scope_tags]
Instance Attribute Summary collapse
-
#scope_tags ⇒ Hash<String,String>
The updated scope tags for the segment.
-
#segment_id ⇒ String
The ID of the segment to update.
-
#target_account ⇒ String
The updated target AWS account for the segment.
Instance Attribute Details
#scope_tags ⇒ Hash<String,String>
The updated scope tags for the segment.
6229 6230 6231 6232 6233 6234 6235 |
# File 'lib/aws-sdk-mgn/types.rb', line 6229 class StartNetworkMigrationMappingUpdateSegment < Struct.new( :segment_id, :target_account, :scope_tags) SENSITIVE = [:scope_tags] include Aws::Structure end |
#segment_id ⇒ String
The ID of the segment to update.
6229 6230 6231 6232 6233 6234 6235 |
# File 'lib/aws-sdk-mgn/types.rb', line 6229 class StartNetworkMigrationMappingUpdateSegment < Struct.new( :segment_id, :target_account, :scope_tags) SENSITIVE = [:scope_tags] include Aws::Structure end |
#target_account ⇒ String
The updated target AWS account for the segment.
6229 6230 6231 6232 6233 6234 6235 |
# File 'lib/aws-sdk-mgn/types.rb', line 6229 class StartNetworkMigrationMappingUpdateSegment < Struct.new( :segment_id, :target_account, :scope_tags) SENSITIVE = [:scope_tags] include Aws::Structure end |