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:



3513
3514
3515
3516
3517
3518
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3513

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)


3513
3514
3515
3516
3517
3518
# File 'gems/aws-sdk-cloudtrail/lib/aws-sdk-cloudtrail/types.rb', line 3513

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