class Aws::Lightsail::Types::AddOnRequest

Describes a request to enable, modify, or disable an add-on for an Amazon Lightsail resource.

<note markdown=“1”> An additional cost may be associated with enabling add-ons. For more information, see the [Lightsail pricing page].

</note>

[1]: aws.amazon.com/lightsail/pricing/

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

data as a hash:

    {
      add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
      auto_snapshot_add_on_request: {
        snapshot_time_of_day: "TimeOfDay",
      },
    }

@!attribute [rw] add_on_type

The add-on type.
@return [String]

@!attribute [rw] auto_snapshot_add_on_request

An object that represents additional parameters when enabling or
modifying the automatic snapshot add-on.
@return [Types::AutoSnapshotAddOnRequest]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/AddOnRequest AWS API Documentation

Constants

SENSITIVE