Class: Aws::EventBridge::Types::ListArchivesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ListArchivesResponse
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/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.
2566 2567 2568 2569 2570 2571 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2566 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.
2566 2567 2568 2569 2570 2571 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2566 class ListArchivesResponse < Struct.new( :archives, :next_token) SENSITIVE = [] include Aws::Structure end |