Class: Aws::CodePipeline::Types::ActionType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::ActionType
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Returns information about the details of an action type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_configuration_properties  ⇒ Array<Types::ActionConfigurationProperty> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration properties for the action type.
 - 
  
    
      #id  ⇒ Types::ActionTypeId 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents information about an action type.
 - 
  
    
      #input_artifact_details  ⇒ Types::ArtifactDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the input artifact for the action, such as its commit ID.
 - 
  
    
      #output_artifact_details  ⇒ Types::ArtifactDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the output artifact of the action, such as its commit ID.
 - 
  
    
      #settings  ⇒ Types::ActionTypeSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The settings for the action type.
 
Instance Attribute Details
#action_configuration_properties ⇒ Array<Types::ActionConfigurationProperty>
The configuration properties for the action type.
      673 674 675 676 677 678 679 680 681  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 673 class ActionType < Struct.new( :id, :settings, :action_configuration_properties, :input_artifact_details, :output_artifact_details) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ Types::ActionTypeId
Represents information about an action type.
      673 674 675 676 677 678 679 680 681  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 673 class ActionType < Struct.new( :id, :settings, :action_configuration_properties, :input_artifact_details, :output_artifact_details) SENSITIVE = [] include Aws::Structure end  | 
  
#input_artifact_details ⇒ Types::ArtifactDetails
The details of the input artifact for the action, such as its commit ID.
      673 674 675 676 677 678 679 680 681  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 673 class ActionType < Struct.new( :id, :settings, :action_configuration_properties, :input_artifact_details, :output_artifact_details) SENSITIVE = [] include Aws::Structure end  | 
  
#output_artifact_details ⇒ Types::ArtifactDetails
The details of the output artifact of the action, such as its commit ID.
      673 674 675 676 677 678 679 680 681  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 673 class ActionType < Struct.new( :id, :settings, :action_configuration_properties, :input_artifact_details, :output_artifact_details) SENSITIVE = [] include Aws::Structure end  | 
  
#settings ⇒ Types::ActionTypeSettings
The settings for the action type.
      673 674 675 676 677 678 679 680 681  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 673 class ActionType < Struct.new( :id, :settings, :action_configuration_properties, :input_artifact_details, :output_artifact_details) SENSITIVE = [] include Aws::Structure end  |