Class: Aws::Types::NewPublicVirtualInterfaceAllocation

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


843
844
845
# File 'sig/types.rbs', line 843

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


838
839
840
# File 'sig/types.rbs', line 838

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


839
840
841
# File 'sig/types.rbs', line 839

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


840
841
842
# File 'sig/types.rbs', line 840

def auth_key
  @auth_key
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def customer_address
  @customer_address
end

#rate_limit::String

Returns the value of attribute rate_limit.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def rate_limit
  @rate_limit
end

#route_filter_prefixes::Array[Types::RouteFilterPrefix]

Returns the value of attribute route_filter_prefixes.

Returns:



844
845
846
# File 'sig/types.rbs', line 844

def route_filter_prefixes
  @route_filter_prefixes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



845
846
847
# File 'sig/types.rbs', line 845

def tags
  @tags
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.

Returns:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def virtual_interface_name
  @virtual_interface_name
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


837
838
839
# File 'sig/types.rbs', line 837

def vlan
  @vlan
end