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.



4465
4466
4467
4468
4469
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4465

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