Class: Aws::Types::NewBGPPeer

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_family"ipv4", "ipv6"

Returns the value of attribute address_family.

Returns:

  • ("ipv4", "ipv6")


790
791
792
# File 'sig/types.rbs', line 790

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


787
788
789
# File 'sig/types.rbs', line 787

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


788
789
790
# File 'sig/types.rbs', line 788

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def auth_key
  @auth_key
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def customer_address
  @customer_address
end