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.



2100
2101
2102
2103
2104
# File 'lib/aws-sdk-networkmanager/types.rb', line 2100

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