Class: Aws::NetworkManager::Types::GetTransitGatewayPeeringRequest

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

#peering_idString

The ID of the peering request.

Returns:

  • (String)


4050
4051
4052
4053
4054
# File 'lib/aws-sdk-networkmanager/types.rb', line 4050

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