Class: Aws::Types::UpdateVirtualInterfaceAttributesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute enable_site_link.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def mtu
  @mtu
end

#rate_limit::String

Returns the value of attribute rate_limit.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def virtual_interface_name
  @virtual_interface_name
end