Class: Aws::CustomerProfiles::Types::ListEventTriggersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListEventTriggersResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:items]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::EventTriggerSummaryItem>
The list of Event Triggers.
-
#next_token ⇒ String
The pagination token from the previous call to ListEventTriggers.
Instance Attribute Details
#items ⇒ Array<Types::EventTriggerSummaryItem>
The list of Event Triggers.
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_token ⇒ String
The pagination token from the previous call to ListEventTriggers.
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 |