Class: Aws::Mgn::Types::MergeConstruct
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::MergeConstruct
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
A construct reference specifying the source segment and construct to merge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#construct_id ⇒ String
The construct ID to merge.
-
#segment_id ⇒ String
The segment ID of the construct to merge.
Instance Attribute Details
#construct_id ⇒ String
The construct ID to merge.
4005 4006 4007 4008 4009 4010 |
# File 'lib/aws-sdk-mgn/types.rb', line 4005 class MergeConstruct < Struct.new( :segment_id, :construct_id) SENSITIVE = [] include Aws::Structure end |
#segment_id ⇒ String
The segment ID of the construct to merge.
4005 4006 4007 4008 4009 4010 |
# File 'lib/aws-sdk-mgn/types.rb', line 4005 class MergeConstruct < Struct.new( :segment_id, :construct_id) SENSITIVE = [] include Aws::Structure end |