Class: Aws::Types::NewPublicVirtualInterfaceAllocation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#address_family"ipv4", "ipv6"

Returns the value of attribute address_family.



948
949
950
# File 'sig/types.rbs', line 948

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.



946
947
948
# File 'sig/types.rbs', line 946

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.



943
944
945
# File 'sig/types.rbs', line 943

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.



944
945
946
# File 'sig/types.rbs', line 944

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.



945
946
947
# File 'sig/types.rbs', line 945

def auth_key
  @auth_key
end

#customer_address::String

Returns the value of attribute customer_address.



947
948
949
# File 'sig/types.rbs', line 947

def customer_address
  @customer_address
end

#rate_limit::String

Returns the value of attribute rate_limit.



951
952
953
# File 'sig/types.rbs', line 951

def rate_limit
  @rate_limit
end

#route_filter_prefixes::Array[Types::RouteFilterPrefix]

Returns the value of attribute route_filter_prefixes.



949
950
951
# File 'sig/types.rbs', line 949

def route_filter_prefixes
  @route_filter_prefixes
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



950
951
952
# File 'sig/types.rbs', line 950

def tags
  @tags
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.



941
942
943
# File 'sig/types.rbs', line 941

def virtual_interface_name
  @virtual_interface_name
end

#vlan::Integer

Returns the value of attribute vlan.



942
943
944
# File 'sig/types.rbs', line 942

def vlan
  @vlan
end