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)


67181
67182
67183
67184
67185
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67181

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