Class: Aws::CustomerProfiles::Types::WorkflowAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::WorkflowAttributes
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Structure to hold workflow attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#appflow_integration ⇒ Types::AppflowIntegrationWorkflowAttributes
Workflow attributes specific to
APPFLOW_INTEGRATION
workflow.
Instance Attribute Details
#appflow_integration ⇒ Types::AppflowIntegrationWorkflowAttributes
Workflow attributes specific to APPFLOW_INTEGRATION
workflow.
7510 7511 7512 7513 7514 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7510 class WorkflowAttributes < Struct.new( :appflow_integration) SENSITIVE = [] include Aws::Structure end |