Class: Aws::Types::UpdateVirtualInterfaceAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVirtualInterfaceAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_site_link ⇒ Boolean
Returns the value of attribute enable_site_link.
-
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
-
#prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_allocated_count_ipv_4.
-
#prefix_pool_allocated_count_ipv_6 ⇒ ::Integer
Returns the value of attribute prefix_pool_allocated_count_ipv_6.
-
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
-
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
-
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
Instance Attribute Details
#enable_site_link ⇒ Boolean
Returns the value of attribute enable_site_link.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def enable_site_link @enable_site_link end |
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def mtu @mtu end |
#prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_allocated_count_ipv_4.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def prefix_pool_allocated_count_ipv_4 @prefix_pool_allocated_count_ipv_4 end |
#prefix_pool_allocated_count_ipv_6 ⇒ ::Integer
Returns the value of attribute prefix_pool_allocated_count_ipv_6.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def prefix_pool_allocated_count_ipv_6 @prefix_pool_allocated_count_ipv_6 end |
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def rate_limit @rate_limit end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def virtual_interface_id @virtual_interface_id end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def virtual_interface_name @virtual_interface_name end |