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


918
919
920
# File 'sig/types.rbs', line 918

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


913
914
915
# File 'sig/types.rbs', line 913

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


914
915
916
# File 'sig/types.rbs', line 914

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def auth_key
  @auth_key
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def customer_address
  @customer_address
end

#mtu::Integer

Returns the value of attribute mtu.

Returns:

  • (::Integer)


915
916
917
# File 'sig/types.rbs', line 915

def mtu
  @mtu
end

#rate_limit::String

Returns the value of attribute rate_limit.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def rate_limit
  @rate_limit
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



920
921
922
# File 'sig/types.rbs', line 920

def tags
  @tags
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def virtual_interface_name
  @virtual_interface_name
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


912
913
914
# File 'sig/types.rbs', line 912

def vlan
  @vlan
end