Class: Aws::CustomerProfiles::Types::ListWorkflowsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ListWorkflowsItem>

List containing workflow details.

Returns:



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_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


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