Class: Aws::CodePipeline::Types::ActionState
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ActionState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Represents information about the state of an action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_name ⇒ String
The name of the action.
-
#current_revision ⇒ Types::ActionRevision
Represents information about the version (or revision) of an action.
-
#entity_url ⇒ 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.
-
#revision_url ⇒ String
A URL link for more information about the revision, such as a commit details page.
Instance Attribute Details
#action_name ⇒ String
The name of the action.
657 658 659 660 661 662 663 664 665 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 657 class ActionState < Struct.new( :action_name, :current_revision, :latest_execution, :entity_url, :revision_url) SENSITIVE = [] include Aws::Structure end |
#current_revision ⇒ Types::ActionRevision
Represents information about the version (or revision) of an action.
657 658 659 660 661 662 663 664 665 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 657 class ActionState < Struct.new( :action_name, :current_revision, :latest_execution, :entity_url, :revision_url) SENSITIVE = [] include Aws::Structure end |
#entity_url ⇒ String
A URL link for more information about the state of the action, such as a deployment group details page.
657 658 659 660 661 662 663 664 665 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 657 class ActionState < Struct.new( :action_name, :current_revision, :latest_execution, :entity_url, :revision_url) SENSITIVE = [] include Aws::Structure end |
#latest_execution ⇒ Types::ActionExecution
Represents information about the run of an action.
657 658 659 660 661 662 663 664 665 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 657 class ActionState < Struct.new( :action_name, :current_revision, :latest_execution, :entity_url, :revision_url) SENSITIVE = [] include Aws::Structure end |
#revision_url ⇒ String
A URL link for more information about the revision, such as a commit details page.
657 658 659 660 661 662 663 664 665 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 657 class ActionState < Struct.new( :action_name, :current_revision, :latest_execution, :entity_url, :revision_url) SENSITIVE = [] include Aws::Structure end |