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_name ⇒ String

The name of the action.

Returns:

  • (String) —

    The name of the action.

#current_revision ⇒ Types::ActionRevision

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

Returns:

#entity_url ⇒ String

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_execution ⇒ Types::ActionExecution

Represents information about the run of an action.

Returns:

#revision_url ⇒ String

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.