class Aws::CodePipeline::Types::GetActionTypeInput
@note When making an API call, you may pass GetActionTypeInput
data as a hash: { category: "Source", # required, accepts Source, Build, Deploy, Test, Invoke, Approval owner: "ActionTypeOwner", # required provider: "ActionProvider", # required version: "Version", # required }
@!attribute [rw] category
Defines what kind of action can be taken in the stage. The following are the valid values: * `Source` * `Build` * `Test` * `Deploy` * `Approval` * `Invoke` @return [String]
@!attribute [rw] owner
The creator of an action type that was created with any supported integration model. There are two valid values: `AWS` and `ThirdParty`. @return [String]
@!attribute [rw] provider
The provider of the action type being called. The provider name is specified when the action type is created. @return [String]
@!attribute [rw] version
A string that describes the action type version. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/GetActionTypeInput AWS API Documentation
Constants
- SENSITIVE