Class: Aws::CodePipeline::Types::GetActionTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::GetActionTypeOutput
- 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 information for the requested action type, such as the action type ID.
Instance Attribute Details
#action_type ⇒ Types::ActionTypeDeclaration
The action type information for the requested action type, such as the action type ID.
1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 1968 class GetActionTypeOutput < Struct.new( :action_type) SENSITIVE = [] include Aws::Structure end |