Class: Aws::CodePipeline::Types::CreateCustomActionTypeOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Represents the output of a CreateCustomActionType operation.

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeTypes::ActionType

Returns information about the details of an action type.

Returns:



883
884
885
886
# File 'lib/aws-sdk-codepipeline/types.rb', line 883

class CreateCustomActionTypeOutput < Struct.new(
  :action_type)
  include Aws::Structure
end