Class: Aws::Types::NewTransitVirtualInterfaceAllocation

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


876
877
878
# File 'sig/types.rbs', line 876

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


870
871
872
# File 'sig/types.rbs', line 870

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


871
872
873
# File 'sig/types.rbs', line 871

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def auth_key
  @auth_key
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def customer_address
  @customer_address
end

#mtu::Integer

Returns the value of attribute mtu.

Returns:

  • (::Integer)


872
873
874
# File 'sig/types.rbs', line 872

def mtu
  @mtu
end

#rate_limit::String

Returns the value of attribute rate_limit.

Returns:

  • (::String)


878
879
880
# File 'sig/types.rbs', line 878

def rate_limit
  @rate_limit
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



877
878
879
# File 'sig/types.rbs', line 877

def tags
  @tags
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def virtual_interface_name
  @virtual_interface_name
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


869
870
871
# File 'sig/types.rbs', line 869

def vlan
  @vlan
end