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
- Struct
- Aws::ComputeOptimizer::Types::UpdateEnrollmentStatusRequest
- 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
-
#include_member_accounts ⇒ Boolean
Indicates whether to enroll member accounts of the organization if the your account is the master account of an organization.
-
#status ⇒ String
The new enrollment status of the account.
Instance Attribute Details
#include_member_accounts ⇒ Boolean
Indicates whether to enroll member accounts of the organization if the your account is the master account of an organization.
#status ⇒ String
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