You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::DeleteCustomActionTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::DeleteCustomActionTypeInput
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteCustomActionTypeInput as input to an Aws::Client method, you can use a vanilla Hash:
{
category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
provider: "ActionProvider", # required
version: "Version", # required
}
Represents the input of a DeleteCustomActionType
operation. The custom action will be marked as deleted.
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 AWS 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.
Possible values:
- Source
- Build
- Deploy
- Test
- Invoke
- Approval
#provider ⇒ String
The provider of the service used in the custom action, such as AWS CodeDeploy.
#version ⇒ String
The version of the custom action to delete.