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
show all
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

Instance Attribute Details

#categoryString

The category of the custom action that you want to delete, such as source or deploy.

Possible values:

  • Source
  • Build
  • Deploy
  • Test
  • Invoke
  • Approval

Returns:

  • (String)

    The category of the custom action that you want to delete, such as source or deploy.

#providerString

The provider of the service used in the custom action, such as AWS CodeDeploy.

Returns:

  • (String)

    The provider of the service used in the custom action, such as AWS CodeDeploy.

#versionString

The version of the custom action to delete.

Returns:

  • (String)

    The version of the custom action to delete.