Method: Aws::CodePipeline::Types::DeleteCustomActionTypeInput#version

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

#versionString

The version of the custom action to delete.

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