Class: Aws::Types::NewPrivateVirtualInterfaceAllocation

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


813
814
815
# File 'sig/types.rbs', line 813

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


812
813
814
# File 'sig/types.rbs', line 812

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


808
809
810
# File 'sig/types.rbs', line 808

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


809
810
811
# File 'sig/types.rbs', line 809

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


811
812
813
# File 'sig/types.rbs', line 811

def auth_key
  @auth_key
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def customer_address
  @customer_address
end

#mtu::Integer

Returns the value of attribute mtu.

Returns:

  • (::Integer)


810
811
812
# File 'sig/types.rbs', line 810

def mtu
  @mtu
end

#rate_limit::String

Returns the value of attribute rate_limit.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def rate_limit
  @rate_limit
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



815
816
817
# File 'sig/types.rbs', line 815

def tags
  @tags
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.

Returns:

  • (::String)


806
807
808
# File 'sig/types.rbs', line 806

def virtual_interface_name
  @virtual_interface_name
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


807
808
809
# File 'sig/types.rbs', line 807

def vlan
  @vlan
end