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_id ⇒ String

The ID of the construct to update.

Returns:

  • (String)


6404
6405
6406
6407
6408
6409
6410
6411
# File 'lib/aws-sdk-mgn/types.rb', line 6404

class StartNetworkMigrationMappingUpdateConstruct < Struct.new(
  :segment_id,
  :construct_id,
  :construct_type,
  :operation)
  SENSITIVE = []
  include Aws::Structure
end

#construct_type ⇒ String

The type of the construct.

Returns:

  • (String)


6404
6405
6406
6407
6408
6409
6410
6411
# File 'lib/aws-sdk-mgn/types.rb', line 6404

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.



6404
6405
6406
6407
6408
6409
6410
6411
# File 'lib/aws-sdk-mgn/types.rb', line 6404

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.

Returns:

  • (String)


6404
6405
6406
6407
6408
6409
6410
6411
# File 'lib/aws-sdk-mgn/types.rb', line 6404

class StartNetworkMigrationMappingUpdateConstruct < Struct.new(
  :segment_id,
  :construct_id,
  :construct_type,
  :operation)
  SENSITIVE = []
  include Aws::Structure
end