Class: Aws::CodePipeline::Types::RuleState

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

Overview

Returns information about the state of a rule.

<note markdown=“1”> Values returned in the ‘revisionId` field indicate the rule revision information, such as the commit ID, for the current state.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_revisionTypes::RuleRevision

The ID of the current revision of the artifact successfully worked on by the job.

Returns:



4755
4756
4757
4758
4759
4760
4761
4762
4763
# File 'lib/aws-sdk-codepipeline/types.rb', line 4755

class RuleState < Struct.new(
  :rule_name,
  :current_revision,
  :latest_execution,
  :entity_url,
  :revision_url)
  SENSITIVE = []
  include Aws::Structure
end

#entity_urlString

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

Returns:

  • (String)


4755
4756
4757
4758
4759
4760
4761
4762
4763
# File 'lib/aws-sdk-codepipeline/types.rb', line 4755

class RuleState < Struct.new(
  :rule_name,
  :current_revision,
  :latest_execution,
  :entity_url,
  :revision_url)
  SENSITIVE = []
  include Aws::Structure
end

#latest_executionTypes::RuleExecution

Represents information about the latest run of an rule.



4755
4756
4757
4758
4759
4760
4761
4762
4763
# File 'lib/aws-sdk-codepipeline/types.rb', line 4755

class RuleState < Struct.new(
  :rule_name,
  :current_revision,
  :latest_execution,
  :entity_url,
  :revision_url)
  SENSITIVE = []
  include Aws::Structure
end

#revision_urlString

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

Returns:

  • (String)


4755
4756
4757
4758
4759
4760
4761
4762
4763
# File 'lib/aws-sdk-codepipeline/types.rb', line 4755

class RuleState < Struct.new(
  :rule_name,
  :current_revision,
  :latest_execution,
  :entity_url,
  :revision_url)
  SENSITIVE = []
  include Aws::Structure
end

#rule_nameString

The name of the rule.

Returns:

  • (String)


4755
4756
4757
4758
4759
4760
4761
4762
4763
# File 'lib/aws-sdk-codepipeline/types.rb', line 4755

class RuleState < Struct.new(
  :rule_name,
  :current_revision,
  :latest_execution,
  :entity_url,
  :revision_url)
  SENSITIVE = []
  include Aws::Structure
end