Class: Aws::Types::NewPrivateVirtualInterface
- Inherits:
-
Object
- Object
- Aws::Types::NewPrivateVirtualInterface
- 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.
-
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
-
#enable_site_link ⇒ Boolean
Returns the value of attribute enable_site_link.
-
#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_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
-
#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.
796 797 798 |
# File 'sig/types.rbs', line 796 def address_family @address_family end |
#amazon_address ⇒ ::String
Returns the value of attribute amazon_address.
794 795 796 |
# File 'sig/types.rbs', line 794 def amazon_address @amazon_address end |
#asn ⇒ ::Integer
Returns the value of attribute asn.
790 791 792 |
# File 'sig/types.rbs', line 790 def asn @asn end |
#asn_long ⇒ ::Integer
Returns the value of attribute asn_long.
791 792 793 |
# File 'sig/types.rbs', line 791 def asn_long @asn_long end |
#auth_key ⇒ ::String
Returns the value of attribute auth_key.
793 794 795 |
# File 'sig/types.rbs', line 793 def auth_key @auth_key end |
#customer_address ⇒ ::String
Returns the value of attribute customer_address.
795 796 797 |
# File 'sig/types.rbs', line 795 def customer_address @customer_address end |
#direct_connect_gateway_id ⇒ ::String
Returns the value of attribute direct_connect_gateway_id.
798 799 800 |
# File 'sig/types.rbs', line 798 def direct_connect_gateway_id @direct_connect_gateway_id end |
#enable_site_link ⇒ Boolean
Returns the value of attribute enable_site_link.
800 801 802 |
# File 'sig/types.rbs', line 800 def enable_site_link @enable_site_link end |
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
792 793 794 |
# File 'sig/types.rbs', line 792 def mtu @mtu end |
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
801 802 803 |
# File 'sig/types.rbs', line 801 def rate_limit @rate_limit end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
799 800 801 |
# File 'sig/types.rbs', line 799 def @tags end |
#virtual_gateway_id ⇒ ::String
Returns the value of attribute virtual_gateway_id.
797 798 799 |
# File 'sig/types.rbs', line 797 def virtual_gateway_id @virtual_gateway_id end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
788 789 790 |
# File 'sig/types.rbs', line 788 def virtual_interface_name @virtual_interface_name end |
#vlan ⇒ ::Integer
Returns the value of attribute vlan.
789 790 791 |
# File 'sig/types.rbs', line 789 def vlan @vlan end |