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:



2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2589

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)


2589
2590
2591
2592
2593
2594
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 2589

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