Class: Aws::Types::NewPrivateVirtualInterfaceAllocation
- Inherits:
-
Object
- Object
- Aws::Types::NewPrivateVirtualInterfaceAllocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
-
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
-
#asn ⇒ ::Integer
Returns the value of attribute asn.
-
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
-
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
-
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
-
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
-
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
-
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
Instance Attribute Details
#address_family ⇒ "ipv4", "ipv6"
Returns the value of attribute address_family.
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.
812 813 814 |
# File 'sig/types.rbs', line 812 def amazon_address @amazon_address end |
#asn ⇒ ::Integer
Returns the value of attribute asn.
808 809 810 |
# File 'sig/types.rbs', line 808 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
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.
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.
814 815 816 |
# File 'sig/types.rbs', line 814 def customer_address @customer_address end |
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
810 811 812 |
# File 'sig/types.rbs', line 810 def mtu @mtu end |
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
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.
815 816 817 |
# File 'sig/types.rbs', line 815 def @tags end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
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.
807 808 809 |
# File 'sig/types.rbs', line 807 def vlan @vlan end |