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
show all
Defined in:
(unknown)

Overview

Returns information about the details of an action type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#action_configuration_propertiesArray<Types::ActionConfigurationProperty>

The configuration properties for the action type.

Returns:

#idTypes::ActionTypeId

Represents information about an action type.

Returns:

#input_artifact_detailsTypes::ArtifactDetails

The details of the input artifact for the action, such as its commit ID.

Returns:

#output_artifact_detailsTypes::ArtifactDetails

The details of the output artifact of the action, such as its commit ID.

Returns:

#settingsTypes::ActionTypeSettings

The settings for the action type.

Returns: