Class: Aws::CustomerProfiles::Types::ListWorkflowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListWorkflowsResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ListWorkflowsItem>
List containing workflow details.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#items ⇒ Array<Types::ListWorkflowsItem>
List containing workflow details.
5096 5097 5098 5099 5100 5101 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5096 class ListWorkflowsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
5096 5097 5098 5099 5100 5101 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5096 class ListWorkflowsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |