You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::ActionExecutionInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Input information used for an action execution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#action_type_idTypes::ActionTypeId

Represents information about an action type.

Returns:

#configurationHash<String,String>

Configuration data for an action execution.

Returns:

  • (Hash<String,String>)

    Configuration data for an action execution.

#input_artifactsArray<Types::ArtifactDetail>

Details of input artifacts of the action that correspond to the action execution.

Returns:

  • (Array<Types::ArtifactDetail>)

    Details of input artifacts of the action that correspond to the action execution.

#namespaceString

The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.

Returns:

  • (String)

    The variable namespace associated with the action.

#regionString

The AWS Region for the action, such as us-east-1.

Returns:

  • (String)

    The AWS Region for the action, such as us-east-1.

#resolved_configurationHash<String,String>

Configuration data for an action execution with all variable references replaced with their real values for the execution.

Returns:

  • (Hash<String,String>)

    Configuration data for an action execution with all variable references replaced with their real values for the execution.

#role_arnString

The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.

Returns:

  • (String)

    The ARN of the IAM service role that performs the declared action.