Method: Aws::CodePipeline::Types::DeleteCustomActionTypeInput#category
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
#category ⇒ String
The category of the custom action that you want to delete, such as source or deploy.
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 |