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

Class: Aws::ComputeOptimizer::Types::UpdateEnrollmentStatusRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#include_member_accountsBoolean

Indicates whether to enroll member accounts of the organization if the your account is the master account of an organization.

Returns:

  • (Boolean)

    Indicates whether to enroll member accounts of the organization if the your account is the master account of an organization.

#statusString

The new enrollment status of the account.

Accepted options are Active or Inactive. You will get an error if Pending or Failed are specified.

Possible values:

  • Active
  • Inactive
  • Pending
  • Failed

Returns:

  • (String)

    The new enrollment status of the account.