Class: Aws::CustomerProfiles::Types::ListSegmentDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListSegmentDefinitionsResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::SegmentDefinitionItem>
List of segment definitions.
-
#next_token ⇒ String
The pagination token from the previous call.
Instance Attribute Details
#items ⇒ Array<Types::SegmentDefinitionItem>
List of segment definitions.
6650 6651 6652 6653 6654 6655 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6650 class ListSegmentDefinitionsResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous call.
6650 6651 6652 6653 6654 6655 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6650 class ListSegmentDefinitionsResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |