- Navigation Guide
@aws-sdk/client-cost-optimization-hub
ListEnrollmentStatusesCommandOutput Interface
The output of ListEnrollmentStatusesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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