Class: Aws::EventBridge::Types::ListArchivesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/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:



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_tokenString

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

Returns:

  • (String)


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