Class: Aws::Types::NewPublicVirtualInterface

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


828
829
830
# File 'sig/types.rbs', line 828

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


823
824
825
# File 'sig/types.rbs', line 823

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


824
825
826
# File 'sig/types.rbs', line 824

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def auth_key
  @auth_key
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def customer_address
  @customer_address
end

#rate_limit::String

Returns the value of attribute rate_limit.

Returns:

  • (::String)


831
832
833
# File 'sig/types.rbs', line 831

def rate_limit
  @rate_limit
end

#route_filter_prefixes::Array[Types::RouteFilterPrefix]

Returns the value of attribute route_filter_prefixes.

Returns:



829
830
831
# File 'sig/types.rbs', line 829

def route_filter_prefixes
  @route_filter_prefixes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



830
831
832
# File 'sig/types.rbs', line 830

def tags
  @tags
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def virtual_interface_name
  @virtual_interface_name
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


822
823
824
# File 'sig/types.rbs', line 822

def vlan
  @vlan
end