Class: Aws::CustomerProfiles::Types::ListEventTriggersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:items]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::EventTriggerSummaryItem>

The list of Event Triggers.

Returns:



5176
5177
5178
5179
5180
5181
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5176

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

#next_tokenString

The pagination token from the previous call to ListEventTriggers.

Returns:

  • (String)


5176
5177
5178
5179
5180
5181
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5176

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