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.
1492 1493 1494 1495 1496 1497 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1492 class CreateCustomActionTypeOutput < Struct.new( :action_type, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Specifies the tags applied to the custom action.
1492 1493 1494 1495 1496 1497 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1492 class CreateCustomActionTypeOutput < Struct.new( :action_type, :tags) SENSITIVE = [] include Aws::Structure end |