computeoptimizer_get_enrollment_statuses_for_organization: Returns the Compute Optimizer enrollment (opt-in) status of...

View source: R/computeoptimizer_operations.R

computeoptimizer_get_enrollment_statuses_for_organizationR Documentation

Returns the Compute Optimizer enrollment (opt-in) status of organization member accounts, if your account is an organization management account

Description

Returns the Compute Optimizer enrollment (opt-in) status of organization member accounts, if your account is an organization management account.

See https://www.paws-r-sdk.com/docs/computeoptimizer_get_enrollment_statuses_for_organization/ for full documentation.

Usage

computeoptimizer_get_enrollment_statuses_for_organization(
  filters = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

filters

An array of objects to specify a filter that returns a more specific list of account enrollment statuses.

nextToken

The token to advance to the next page of account enrollment statuses.

maxResults

The maximum number of account enrollment statuses to return with a single request. You can specify up to 100 statuses to return with each request.

To retrieve the remaining results, make another request with the returned nextToken value.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.