Class: Aws::CloudWatchEvents::Types::ListReplaysRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_source_arnString

The ARN of the archive from which the events are replayed.

Returns:

  • (String)


2490
2491
2492
2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-cloudwatchevents/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

#limitInteger

The maximum number of replays to retrieve.

Returns:

  • (Integer)


2490
2491
2492
2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-cloudwatchevents/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_prefixString

A name prefix to filter the replays returned. Only replays with name that match the prefix are returned.

Returns:

  • (String)


2490
2491
2492
2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-cloudwatchevents/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_tokenString

The token returned by a previous call to retrieve the next set of results.

Returns:

  • (String)


2490
2491
2492
2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-cloudwatchevents/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

#stateString

The state of the replay.

Returns:

  • (String)


2490
2491
2492
2493
2494
2495
2496
2497
2498
# File 'gems/aws-sdk-cloudwatchevents/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