Class: Aws::CodePipeline::Types::CreateCustomActionTypeOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodePipeline::Types::CreateCustomActionTypeOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codepipeline/types.rb
 
Overview
Represents the output of a ‘CreateCustomActionType` operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_type  ⇒ Types::ActionType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns information about the details of an action type.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the tags applied to the custom action.
 
Instance Attribute Details
#action_type ⇒ Types::ActionType
Returns information about the details of an action type.
      1524 1525 1526 1527 1528 1529  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1524 class CreateCustomActionTypeOutput < Struct.new( :action_type, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Specifies the tags applied to the custom action.
      1524 1525 1526 1527 1528 1529  | 
    
      # File 'lib/aws-sdk-codepipeline/types.rb', line 1524 class CreateCustomActionTypeOutput < Struct.new( :action_type, :tags) SENSITIVE = [] include Aws::Structure end  |