Class: Aws::CustomerProfiles::Types::GetWorkflowStepsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::GetWorkflowStepsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of the domain.
 - 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of results to return per page.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token for the next set of results.
 - 
  
    
      #workflow_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Unique identifier for the workflow.
 
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
      2672 2673 2674 2675 2676 2677 2678 2679  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2672 class GetWorkflowStepsRequest < Struct.new( :domain_name, :workflow_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
The maximum number of results to return per page.
      2672 2673 2674 2675 2676 2677 2678 2679  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2672 class GetWorkflowStepsRequest < Struct.new( :domain_name, :workflow_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
      2672 2673 2674 2675 2676 2677 2678 2679  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2672 class GetWorkflowStepsRequest < Struct.new( :domain_name, :workflow_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  | 
  
#workflow_id ⇒ String
Unique identifier for the workflow.
      2672 2673 2674 2675 2676 2677 2678 2679  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2672 class GetWorkflowStepsRequest < Struct.new( :domain_name, :workflow_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  |