class Aws::CloudWatchEvents::Types::ListReplaysRequest
@note When making an API call, you may pass ListReplaysRequest
data as a hash: { name_prefix: "ReplayName", state: "STARTING", # accepts STARTING, RUNNING, CANCELLING, COMPLETED, CANCELLED, FAILED event_source_arn: "Arn", next_token: "NextToken", limit: 1, }
@!attribute [rw] name_prefix
A name prefix to filter the replays returned. Only replays with name that match the prefix are returned. @return [String]
@!attribute [rw] state
The state of the replay. @return [String]
@!attribute [rw] event_source_arn
The ARN of the archive from which the events are replayed. @return [String]
@!attribute [rw] next_token
The token returned by a previous call to retrieve the next set of results. @return [String]
@!attribute [rw] limit
The maximum number of replays to retrieve. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/ListReplaysRequest AWS API Documentation
Constants
- SENSITIVE