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:



4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-codepipeline/types.rb', line 4629

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)


4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-codepipeline/types.rb', line 4629

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.



4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-codepipeline/types.rb', line 4629

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)


4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-codepipeline/types.rb', line 4629

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)


4629
4630
4631
4632
4633
4634
4635
4636
4637
# File 'lib/aws-sdk-codepipeline/types.rb', line 4629

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