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.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def enable_site_link @enable_site_link end |
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def mtu @mtu end |
#prefix_pool_allocated_count_ipv_4 ⇒ ::Integer
Returns the value of attribute prefix_pool_allocated_count_ipv_4.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 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.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def prefix_pool_allocated_count_ipv_6 @prefix_pool_allocated_count_ipv_6 end |
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def rate_limit @rate_limit end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def virtual_interface_id @virtual_interface_id end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def virtual_interface_name @virtual_interface_name end |