class Aws::Lightsail::Types::EnableAddOnRequest

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

data as a hash:

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

@!attribute [rw] resource_name

The name of the source resource for which to enable or modify the
add-on.
@return [String]

@!attribute [rw] add_on_request

An array of strings representing the add-on to enable or modify.
@return [Types::AddOnRequest]

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

Constants

SENSITIVE