Class: Aws::Mgn::Types::GetNetworkMigrationMapperSegmentConstructResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constructTypes::NetworkMigrationMapperSegmentConstruct

The construct metadata including type, name, and configuration.

Returns:



1693
1694
1695
1696
1697
# File 'lib/aws-sdk-mgn/types.rb', line 1693

class GetNetworkMigrationMapperSegmentConstructResponse < Struct.new(
  :construct)
  SENSITIVE = []
  include Aws::Structure
end