Class: Aws::CloudWatchEvents::Types::ListArchivesRequest

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 event source associated with the archive.

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2214

class ListArchivesRequest < Struct.new(
  :name_prefix,
  :event_source_arn,
  :state,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of results to return.

Returns:

  • (Integer)


2214
2215
2216
2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2214

class ListArchivesRequest < Struct.new(
  :name_prefix,
  :event_source_arn,
  :state,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#name_prefixString

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

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2214

class ListArchivesRequest < Struct.new(
  :name_prefix,
  :event_source_arn,
  :state,
  :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)


2214
2215
2216
2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2214

class ListArchivesRequest < Struct.new(
  :name_prefix,
  :event_source_arn,
  :state,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the archive.

Returns:

  • (String)


2214
2215
2216
2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2214

class ListArchivesRequest < Struct.new(
  :name_prefix,
  :event_source_arn,
  :state,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end