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.
6261 6262 6263 6264 6265 6266 6267 6268 |
# File 'lib/aws-sdk-mgn/types.rb', line 6261 class StartNetworkMigrationMappingUpdateConstruct < Struct.new( :segment_id, :construct_id, :construct_type, :operation) SENSITIVE = [] include Aws::Structure end |
#construct_type ⇒ String
The type of the construct.
6261 6262 6263 6264 6265 6266 6267 6268 |
# File 'lib/aws-sdk-mgn/types.rb', line 6261 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.
6261 6262 6263 6264 6265 6266 6267 6268 |
# File 'lib/aws-sdk-mgn/types.rb', line 6261 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.
6261 6262 6263 6264 6265 6266 6267 6268 |
# File 'lib/aws-sdk-mgn/types.rb', line 6261 class StartNetworkMigrationMappingUpdateConstruct < Struct.new( :segment_id, :construct_id, :construct_type, :operation) SENSITIVE = [] include Aws::Structure end |