class Aws::CloudControlApi::Types::ResourceRequestStatusFilter
The filter criteria to use in determining the requests returned.
@note When making an API call, you may pass ResourceRequestStatusFilter
data as a hash: { operations: ["CREATE"], # accepts CREATE, DELETE, UPDATE operation_statuses: ["PENDING"], # accepts PENDING, IN_PROGRESS, SUCCESS, FAILED, CANCEL_IN_PROGRESS, CANCEL_COMPLETE }
@!attribute [rw] operations
The operation types to include in the filter. @return [Array<String>]
@!attribute [rw] operation_statuses
The operation statuses to include in the filter. * `PENDING`\: The operation has been requested, but not yet initiated. * `IN_PROGRESS`\: The operation is in progress. * `SUCCESS`\: The operation completed. * `FAILED`\: The operation failed. * `CANCEL_IN_PROGRESS`\: The operation is in the process of being canceled. * `CANCEL_COMPLETE`\: The operation has been canceled. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/cloudcontrol-2021-09-30/ResourceRequestStatusFilter AWS API Documentation
Constants
- SENSITIVE