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:



1492
1493
1494
1495
1496
1497
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1492

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

#tagsArray<Types::Tag>

Specifies the tags applied to the custom action.

Returns:



1492
1493
1494
1495
1496
1497
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1492

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