Class: Aws::Types::NewPublicVirtualInterfaceAllocation
- Inherits:
-
Object
- Object
- Aws::Types::NewPublicVirtualInterfaceAllocation
- 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.
-
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
-
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute route_filter_prefixes.
-
#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.
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.
841 842 843 |
# File 'sig/types.rbs', line 841 def amazon_address @amazon_address end |
#asn ⇒ ::Integer
Returns the value of attribute asn.
838 839 840 |
# File 'sig/types.rbs', line 838 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
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.
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.
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.
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.
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.
845 846 847 |
# File 'sig/types.rbs', line 845 def @tags end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
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.
837 838 839 |
# File 'sig/types.rbs', line 837 def vlan @vlan end |