Class: Aws::CloudWatchEvents::Types::ListReplaysRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ListReplaysRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_source_arn ⇒ String
The ARN of the archive from which the events are replayed.
-
#limit ⇒ Integer
The maximum number of replays to retrieve.
-
#name_prefix ⇒ String
A name prefix to filter the replays returned.
-
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
-
#state ⇒ String
The state of the replay.
Instance Attribute Details
#event_source_arn ⇒ String
The ARN of the archive from which the events are replayed.
2490 2491 2492 2493 2494 2495 2496 2497 2498 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2490 class ListReplaysRequest < Struct.new( :name_prefix, :state, :event_source_arn, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of replays to retrieve.
2490 2491 2492 2493 2494 2495 2496 2497 2498 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2490 class ListReplaysRequest < Struct.new( :name_prefix, :state, :event_source_arn, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#name_prefix ⇒ String
A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.
2490 2491 2492 2493 2494 2495 2496 2497 2498 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2490 class ListReplaysRequest < Struct.new( :name_prefix, :state, :event_source_arn, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
2490 2491 2492 2493 2494 2495 2496 2497 2498 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2490 class ListReplaysRequest < Struct.new( :name_prefix, :state, :event_source_arn, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the replay.
2490 2491 2492 2493 2494 2495 2496 2497 2498 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2490 class ListReplaysRequest < Struct.new( :name_prefix, :state, :event_source_arn, :next_token, :limit) SENSITIVE = [] include Aws::Structure end |