Class: Aws::CodePipeline::Types::UpdateActionTypeInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typeTypes::ActionTypeDeclaration

The action type definition for the action type to be updated.



4635
4636
4637
4638
4639
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4635

class UpdateActionTypeInput < Struct.new(
  :action_type)
  SENSITIVE = []
  include Aws::Structure
end