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

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

Overview

Represents the output of a CreateCustomActionType operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeTypes::ActionType

Returns information about the details of an action type.

Returns:



1401
1402
1403
1404
1405
1406
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1401

class CreateCustomActionTypeOutput < Struct.new(
  :action_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Specifies the tags applied to the custom action.

Returns:



1401
1402
1403
1404
1405
1406
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1401

class CreateCustomActionTypeOutput < Struct.new(
  :action_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end