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

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



6428
6429
6430
6431
6432
6433
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6428

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)


6428
6429
6430
6431
6432
6433
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6428

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