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.
933 934 935 |
# File 'sig/types.rbs', line 933 def address_family @address_family end |
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
931 932 933 |
# File 'sig/types.rbs', line 931 def amazon_address @amazon_address end |
#asn ⇒ ::Integer
Returns the value of attribute asn.
928 929 930 |
# File 'sig/types.rbs', line 928 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
929 930 931 |
# File 'sig/types.rbs', line 929 def asn_long @asn_long end |
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
930 931 932 |
# File 'sig/types.rbs', line 930 def auth_key @auth_key end |
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
932 933 934 |
# File 'sig/types.rbs', line 932 def customer_address @customer_address end |
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
936 937 938 |
# File 'sig/types.rbs', line 936 def rate_limit @rate_limit end |
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute route_filter_prefixes.
934 935 936 |
# File 'sig/types.rbs', line 934 def route_filter_prefixes @route_filter_prefixes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
935 936 937 |
# File 'sig/types.rbs', line 935 def end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
926 927 928 |
# File 'sig/types.rbs', line 926 def virtual_interface_name @virtual_interface_name end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
927 928 929 |
# File 'sig/types.rbs', line 927 def vlan @vlan end |