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.
3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3715 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.
3715 3716 3717 3718 3719 3720 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3715 class ListWorkflowsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |