Class: Aws::Mgn::Types::StartNetworkMigrationMappingUpdateConstruct

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#construct_idString

The ID of the construct to update.

Returns:



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_typeString

The type of the construct.

Returns:



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

#operationTypes::OperationUnion

The operation to perform on the construct.

Returns:



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_idString

The ID of the segment containing the construct.

Returns:



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