@aws-sdk/client-cost-optimization-hub

ListEnrollmentStatusesCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
includeMemberAccounts boolean | undefined

The enrollment status of all member accounts in the organization if the account is the management account or delegated administrator.

items AccountEnrollmentStatus[] | undefined

The enrollment status of a specific account ID, including creation and last updated timestamps.

nextToken string | undefined

The token to retrieve the next set of results.

Full Signature

export interface ListEnrollmentStatusesCommandOutput extends ListEnrollmentStatusesResponse, MetadataBearer