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)


64580
64581
64582
64583
64584
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 64580

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