Class: Aws::Types::NewTransitVirtualInterface

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")


859
860
861
# File 'sig/types.rbs', line 859

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


853
854
855
# File 'sig/types.rbs', line 853

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


854
855
856
# File 'sig/types.rbs', line 854

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def auth_key
  @auth_key
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def customer_address
  @customer_address
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

Returns the value of attribute enable_site_link.

Returns:

  • (Boolean)


862
863
864
# File 'sig/types.rbs', line 862

def enable_site_link
  @enable_site_link
end

#mtu::Integer

Returns the value of attribute mtu.

Returns:

  • (::Integer)


855
856
857
# File 'sig/types.rbs', line 855

def mtu
  @mtu
end

#rate_limit::String

Returns the value of attribute rate_limit.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def rate_limit
  @rate_limit
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



861
862
863
# File 'sig/types.rbs', line 861

def tags
  @tags
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def virtual_interface_name
  @virtual_interface_name
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


852
853
854
# File 'sig/types.rbs', line 852

def vlan
  @vlan
end