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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/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.



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