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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

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)


429
430
431
432
433
434
435
436
# File 'lib/aws-sdk-codepipeline/types.rb', line 429

class ActionState < Struct.new(
  :action_name,
  :current_revision,
  :latest_execution,
  :entity_url,
  :revision_url)
  include Aws::Structure
end

#current_revisionTypes::ActionRevision

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



429
430
431
432
433
434
435
436
# File 'lib/aws-sdk-codepipeline/types.rb', line 429

class ActionState < Struct.new(
  :action_name,
  :current_revision,
  :latest_execution,
  :entity_url,
  :revision_url)
  include Aws::Structure
end

#entity_urlString

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

Returns:

  • (String)


429
430
431
432
433
434
435
436
# File 'lib/aws-sdk-codepipeline/types.rb', line 429

class ActionState < Struct.new(
  :action_name,
  :current_revision,
  :latest_execution,
  :entity_url,
  :revision_url)
  include Aws::Structure
end

#latest_executionTypes::ActionExecution

Represents information about the run of an action.



429
430
431
432
433
434
435
436
# File 'lib/aws-sdk-codepipeline/types.rb', line 429

class ActionState < Struct.new(
  :action_name,
  :current_revision,
  :latest_execution,
  :entity_url,
  :revision_url)
  include Aws::Structure
end

#revision_urlString

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

Returns:

  • (String)


429
430
431
432
433
434
435
436
# File 'lib/aws-sdk-codepipeline/types.rb', line 429

class ActionState < Struct.new(
  :action_name,
  :current_revision,
  :latest_execution,
  :entity_url,
  :revision_url)
  include Aws::Structure
end