Class: Aws::CodePipeline::Types::GetActionTypeOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::GetActionTypeOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_type  ⇒ Types::ActionTypeDeclaration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The action type information for the requested action type, such as the action type ID.
 
Instance Attribute Details
#action_type ⇒ Types::ActionTypeDeclaration
The action type information for the requested action type, such as the action type ID.
      1942 1943 1944 1945 1946  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1942 class GetActionTypeOutput < Struct.new( :action_type) SENSITIVE = [] include Aws::Structure end  |