Class: Aws::CustomerProfiles::Types::ListEventStreamsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListEventStreamsResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::EventStreamSummary>
Contains summary information about an EventStream.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#items ⇒ Array<Types::EventStreamSummary>
Contains summary information about an EventStream.
4400 4401 4402 4403 4404 4405 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4400 class ListEventStreamsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
4400 4401 4402 4403 4404 4405 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4400 class ListEventStreamsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |