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

Class: Aws::CodePipeline::Types::ActionState

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

Overview

Represents information about the state of an action.

Instance Attribute Summary collapse

Instance Attribute Details

#action_nameString

The name of the action.

Returns:

  • (String)

    The name of the action.

#current_revisionTypes::ActionRevision

Represents information about the version (or revision) of an action.

Returns:

#entity_urlString

A URL link for more information about the state of the action, such as a deployment group details page.

Returns:

  • (String)

    A URL link for more information about the state of the action, such as a deployment group details page.

#latest_executionTypes::ActionExecution

Represents information about the run of an action.

Returns:

#revision_urlString

A URL link for more information about the revision, such as a commit details page.

Returns:

  • (String)

    A URL link for more information about the revision, such as a commit details page.