Class: Aws::EC2::Types::TransitGatewayConnectRequestBgpOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

The BGP options for the Connect attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#peer_asnInteger

The peer Autonomous System Number (ASN).

Returns:

  • (Integer)


64766
64767
64768
64769
64770
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64766

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