You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodePipeline::Types::ActionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ActionType
- Defined in:
- (unknown)
Overview
Returns information about the details of an action type.
Returned by:
Instance Attribute Summary collapse
-
#action_configuration_properties ⇒ Array<Types::ActionConfigurationProperty>
The configuration properties for the action type.
-
#id ⇒ Types::ActionTypeId
Represents information about an action type.
-
#input_artifact_details ⇒ Types::ArtifactDetails
The details of the input artifact for the action, such as its commit ID.
-
#output_artifact_details ⇒ Types::ArtifactDetails
The details of the output artifact of the action, such as its commit ID.
-
#settings ⇒ Types::ActionTypeSettings
The settings for the action type.
Instance Attribute Details
#action_configuration_properties ⇒ Array<Types::ActionConfigurationProperty>
The configuration properties for the action type.
#id ⇒ Types::ActionTypeId
Represents information about an action type.
#input_artifact_details ⇒ Types::ArtifactDetails
The details of the input artifact for the action, such as its commit ID.
#output_artifact_details ⇒ Types::ArtifactDetails
The details of the output artifact of the action, such as its commit ID.
#settings ⇒ Types::ActionTypeSettings
The settings for the action type.