Class: Aws::CodePipeline::Types::UpdateActionTypeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::UpdateActionTypeInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_type ⇒ Types::ActionTypeDeclaration
The action type definition for the action type to be updated.
Instance Attribute Details
#action_type ⇒ Types::ActionTypeDeclaration
The action type definition for the action type to be updated.
5531 5532 5533 5534 5535 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 5531 class UpdateActionTypeInput < Struct.new( :action_type) SENSITIVE = [] include Aws::Structure end |