Class: Aws::Mgn::Types::GetNetworkMigrationMapperSegmentConstructResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::GetNetworkMigrationMapperSegmentConstructResponse
- Defined in:
- gems/aws-sdk-mgn/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.
1761 1762 1763 1764 1765 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1761 class GetNetworkMigrationMapperSegmentConstructResponse < Struct.new( :construct) SENSITIVE = [] include Aws::Structure end |