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.
-
#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.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def enable_site_link @enable_site_link end |
#mtu ⇒ ::Integer
Returns the value of attribute mtu.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def mtu @mtu end |
#rate_limit ⇒ ::String
Returns the value of attribute rate_limit.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def rate_limit @rate_limit end |
#virtual_interface_id ⇒ ::String
Returns the value of attribute virtual_interface_id.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def virtual_interface_id @virtual_interface_id end |
#virtual_interface_name ⇒ ::String
Returns the value of attribute virtual_interface_name.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def virtual_interface_name @virtual_interface_name end |