Class: Aws::NetworkManager::Types::CreateTransitGatewayPeeringResponse

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 the transit gateway peering connection request.



1894
1895
1896
1897
1898
# File 'lib/aws-sdk-networkmanager/types.rb', line 1894

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