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.
948 949 950 |
# File 'sig/types.rbs', line 948 def address_family @address_family end |
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
946 947 948 |
# File 'sig/types.rbs', line 946 def amazon_address @amazon_address end |
#asn ⇒ ::Integer
Returns the value of attribute asn.
943 944 945 |
# File 'sig/types.rbs', line 943 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
944 945 946 |
# File 'sig/types.rbs', line 944 def asn_long @asn_long end |
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
945 946 947 |
# File 'sig/types.rbs', line 945 def auth_key @auth_key end |
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
947 948 949 |
# File 'sig/types.rbs', line 947 def customer_address @customer_address end |
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
951 952 953 |
# File 'sig/types.rbs', line 951 def rate_limit @rate_limit end |
#route_filter_prefixes ⇒ ::Array[Types::RouteFilterPrefix]
Returns the value of attribute route_filter_prefixes.
949 950 951 |
# File 'sig/types.rbs', line 949 def route_filter_prefixes @route_filter_prefixes end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
950 951 952 |
# File 'sig/types.rbs', line 950 def end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
941 942 943 |
# File 'sig/types.rbs', line 941 def virtual_interface_name @virtual_interface_name end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
942 943 944 |
# File 'sig/types.rbs', line 942 def vlan @vlan end |