Class: Aws::CloudWatchEvents::Types::ListArchivesResponse

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

#archivesArray<Types::Archive>

An array of Archive objects that include details about an archive.

Returns:



2235
2236
2237
2238
2239
2240
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2235

class ListArchivesResponse < Struct.new(
  :archives,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2235
2236
2237
2238
2239
2240
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 2235

class ListArchivesResponse < Struct.new(
  :archives,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end