class Aws::CodePipeline::Types::DeleteCustomActionTypeInput

Represents the input of a `DeleteCustomActionType` operation. The custom action will be marked as deleted.

@note When making an API call, you may pass DeleteCustomActionTypeInput

data as a hash:

    {
      category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval
      provider: "ActionProvider", # required
      version: "Version", # required
    }

@!attribute [rw] category

The category of the custom action that you want to delete, such as
source or deploy.
@return [String]

@!attribute [rw] provider

The provider of the service used in the custom action, such as AWS
CodeDeploy.
@return [String]

@!attribute [rw] version

The version of the custom action to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/DeleteCustomActionTypeInput AWS API Documentation

Constants

SENSITIVE