Class: Aws::Mgn::Types::GetNetworkMigrationMapperSegmentConstructResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::GetNetworkMigrationMapperSegmentConstructResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#construct ⇒ Types::NetworkMigrationMapperSegmentConstruct
The construct metadata including type, name, and configuration.
Instance Attribute Details
#construct ⇒ Types::NetworkMigrationMapperSegmentConstruct
The construct metadata including type, name, and configuration.
1693 1694 1695 1696 1697 |
# File 'lib/aws-sdk-mgn/types.rb', line 1693 class GetNetworkMigrationMapperSegmentConstructResponse < Struct.new( :construct) SENSITIVE = [] include Aws::Structure end |