class Aws::ComputeOptimizer::Types::UpdateEnrollmentStatusRequest

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

data as a hash:

    {
      status: "Active", # required, accepts Active, Inactive, Pending, Failed
      include_member_accounts: false,
    }

@!attribute [rw] status

The new enrollment status of the account.

The following status options are available:

* `Active` - Opts in your account to the Compute Optimizer service.
  Compute Optimizer begins analyzing the configuration and
  utilization metrics of your Amazon Web Services resources after
  you opt in. For more information, see [Metrics analyzed by Compute
  Optimizer][1] in the *Compute Optimizer User Guide*.

* `Inactive` - Opts out your account from the Compute Optimizer
  service. Your account's recommendations and related metrics data
  will be deleted from Compute Optimizer after you opt out.

<note markdown="1"> The `Pending` and `Failed` options cannot be used to update the
enrollment status of an account. They are returned in the response
of a request to update the enrollment status of an account.

 </note>

[1]: https://docs.aws.amazon.com/compute-optimizer/latest/ug/metrics.html
@return [String]

@!attribute [rw] include_member_accounts

Indicates whether to enroll member accounts of the organization if
the account is the management account of an organization.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/UpdateEnrollmentStatusRequest AWS API Documentation

Constants

SENSITIVE