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


983
984
985
# File 'sig/types.rbs', line 983

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


981
982
983
# File 'sig/types.rbs', line 981

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


977
978
979
# File 'sig/types.rbs', line 977

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


978
979
980
# File 'sig/types.rbs', line 978

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def auth_key
  @auth_key
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


982
983
984
# File 'sig/types.rbs', line 982

def customer_address
  @customer_address
end

#mtu::Integer

Returns the value of attribute mtu.

Returns:

  • (::Integer)


979
980
981
# File 'sig/types.rbs', line 979

def mtu
  @mtu
end

#rate_limit::String

Returns the value of attribute rate_limit.

Returns:

  • (::String)


985
986
987
# File 'sig/types.rbs', line 985

def rate_limit
  @rate_limit
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



984
985
986
# File 'sig/types.rbs', line 984

def tags
  @tags
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.

Returns:

  • (::String)


975
976
977
# File 'sig/types.rbs', line 975

def virtual_interface_name
  @virtual_interface_name
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


976
977
978
# File 'sig/types.rbs', line 976

def vlan
  @vlan
end