Class: Aws::CloudTrail::Types::ListEventDataStoresResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_data_storesArray<Types::EventDataStore>

Contains information about event data stores in the account, in the current Region.

Returns:



3564
3565
3566
3567
3568
3569
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3564

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

#next_tokenString

A token you can use to get the next page of results.

Returns:

  • (String)


3564
3565
3566
3567
3568
3569
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3564

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