Class: Aws::NetworkManager::Types::GetTransitGatewayPeeringResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gateway_peeringTypes::TransitGatewayPeering

Returns information about a transit gateway peering.



3825
3826
3827
3828
3829
# File 'lib/aws-sdk-networkmanager/types.rb', line 3825

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