You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudWatchEvents::Types::ListReplaysRequestWhen passing ListReplaysRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name_prefix: "ReplayName",
state: "STARTING", event_source_arn: "Arn",
next_token: "NextToken",
limit: 1,
}
Instance Attribute Summary collapse
The ARN of the event source associated with the replay.
The maximum number of replays to retrieve.
A name prefix to filter the replays returned.
The token returned by a previous call to retrieve the next set of results.
The state of the replay.
The ARN of the event source associated with the replay.
#limit ⇒ IntegerThe maximum number of replays to retrieve.
#name_prefix ⇒ StringA name prefix to filter the replays returned. Only replays with name that match the prefix are returned.
#next_token ⇒ StringThe token returned by a previous call to retrieve the next set of results.
#state ⇒ StringThe state of the replay.
Possible values:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4