Method: Aws::CodePipeline::Types::DeleteCustomActionTypeInput#provider

Defined in:
lib/aws-sdk-codepipeline/types.rb

#providerString

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

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
# File 'lib/aws-sdk-codepipeline/types.rb', line 1629

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