- Navigation Guide
@aws-sdk/client-health
DescribeEventsForOrganizationCommandOutput Interface
The output of DescribeEventsForOrganizationCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
events | OrganizationEvent[] | undefined | The events that match the specified filter criteria. |
nextToken | string | undefined | If the results of a search are large, only a portion of the results are returned, and a |
Full Signature
export interface DescribeEventsForOrganizationCommandOutput extends DescribeEventsForOrganizationResponse, MetadataBearer