Class: Aws::CloudWatchEvents::Types::ListArchivesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ListArchivesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archives ⇒ Array<Types::Archive>
An array of ‘Archive` objects that include details about an archive.
-
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
Instance Attribute Details
#archives ⇒ Array<Types::Archive>
An array of ‘Archive` objects that include details about an archive.
2235 2236 2237 2238 2239 2240 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2235 class ListArchivesResponse < Struct.new( :archives, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
2235 2236 2237 2238 2239 2240 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 2235 class ListArchivesResponse < Struct.new( :archives, :next_token) SENSITIVE = [] include Aws::Structure end |