Class: Aws::Mgn::Types::StartNetworkMigrationMappingUpdateConstruct
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::StartNetworkMigrationMappingUpdateConstruct
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
A construct update to apply during a mapping update operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#construct_id ⇒ String
The ID of the construct to update.
-
#construct_type ⇒ String
The type of the construct.
-
#operation ⇒ Types::OperationUnion
The operation to perform on the construct.
-
#segment_id ⇒ String
The ID of the segment containing the construct.
Instance Attribute Details
#construct_id ⇒ String
The ID of the construct to update.
6165 6166 6167 6168 6169 6170 6171 6172 |
# File 'lib/aws-sdk-mgn/types.rb', line 6165 class StartNetworkMigrationMappingUpdateConstruct < Struct.new( :segment_id, :construct_id, :construct_type, :operation) SENSITIVE = [] include Aws::Structure end |
#construct_type ⇒ String
The type of the construct.
6165 6166 6167 6168 6169 6170 6171 6172 |
# File 'lib/aws-sdk-mgn/types.rb', line 6165 class StartNetworkMigrationMappingUpdateConstruct < Struct.new( :segment_id, :construct_id, :construct_type, :operation) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ Types::OperationUnion
The operation to perform on the construct.
6165 6166 6167 6168 6169 6170 6171 6172 |
# File 'lib/aws-sdk-mgn/types.rb', line 6165 class StartNetworkMigrationMappingUpdateConstruct < Struct.new( :segment_id, :construct_id, :construct_type, :operation) SENSITIVE = [] include Aws::Structure end |
#segment_id ⇒ String
The ID of the segment containing the construct.
6165 6166 6167 6168 6169 6170 6171 6172 |
# File 'lib/aws-sdk-mgn/types.rb', line 6165 class StartNetworkMigrationMappingUpdateConstruct < Struct.new( :segment_id, :construct_id, :construct_type, :operation) SENSITIVE = [] include Aws::Structure end |