class Aws::DirectConnect::Types::UpdateVirtualInterfaceAttributesRequest

@note When making an API call, you may pass UpdateVirtualInterfaceAttributesRequest

data as a hash:

    {
      virtual_interface_id: "VirtualInterfaceId", # required
      mtu: 1,
    }

@!attribute [rw] virtual_interface_id

The ID of the virtual private interface.
@return [String]

@!attribute [rw] mtu

The maximum transmission unit (MTU), in bytes. The supported values
are 1500 and 9001. The default value is 1500.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/UpdateVirtualInterfaceAttributesRequest AWS API Documentation

Constants

SENSITIVE