You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::DisableAddOnRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DisableAddOnRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  add_on_type: "AutoSnapshot", # required, accepts AutoSnapshot
  resource_name: "ResourceName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#add_on_typeString

The add-on type to disable.

Possible values:

  • AutoSnapshot

Returns:

  • (String)

    The add-on type to disable.

#resource_nameString

The name of the source resource for which to disable the add-on.

Returns:

  • (String)

    The name of the source resource for which to disable the add-on.