Class: Aws::Types::NewPublicVirtualInterface
- Inherits:
-
Object
- Object
- Aws::Types::NewPublicVirtualInterface
- 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.
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.
826 827 828 |
# File 'sig/types.rbs', line 826 def amazon_address @amazon_address end |
#asn ⇒ ::Integer
Returns the value of attribute asn.
823 824 825 |
# File 'sig/types.rbs', line 823 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
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.
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.
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.
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.
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.
830 831 832 |
# File 'sig/types.rbs', line 830 def @tags end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
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.
822 823 824 |
# File 'sig/types.rbs', line 822 def vlan @vlan end |