Class: Aws::CodePipeline::Types::DeleteCustomActionTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::DeleteCustomActionTypeInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents the input of a ‘DeleteCustomActionType` operation. The custom action will be marked as deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ String
The category of the custom action that you want to delete, such as source or deploy.
-
#provider ⇒ String
The provider of the service used in the custom action, such as CodeDeploy.
-
#version ⇒ String
The version of the custom action to delete.
Instance Attribute Details
#category ⇒ String
The category of the custom action that you want to delete, such as source or deploy.
1588 1589 1590 1591 1592 1593 1594 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1588 class DeleteCustomActionTypeInput < Struct.new( :category, :provider, :version) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The provider of the service used in the custom action, such as CodeDeploy.
1588 1589 1590 1591 1592 1593 1594 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1588 class DeleteCustomActionTypeInput < Struct.new( :category, :provider, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the custom action to delete.
1588 1589 1590 1591 1592 1593 1594 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1588 class DeleteCustomActionTypeInput < Struct.new( :category, :provider, :version) SENSITIVE = [] include Aws::Structure end |