Class: Aws::CodePipeline::Types::DeleteCustomActionTypeInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/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

Instance Attribute Details

#categoryString

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

Returns:

  • (String)


1497
1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1497

class DeleteCustomActionTypeInput < Struct.new(
  :category,
  :provider,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

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

Returns:

  • (String)


1497
1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1497

class DeleteCustomActionTypeInput < Struct.new(
  :category,
  :provider,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the custom action to delete.

Returns:

  • (String)


1497
1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1497

class DeleteCustomActionTypeInput < Struct.new(
  :category,
  :provider,
  :version)
  SENSITIVE = []
  include Aws::Structure
end