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.



3807
3808
3809
3810
3811
# File 'lib/aws-sdk-networkmanager/types.rb', line 3807

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