Class: Aws::CodePipeline::Types::RuleRevision
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::RuleRevision
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
The change to a rule that creates a revision of the rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created ⇒ Time
The date and time when the most recent version of the rule was created, in timestamp format.
-
#revision_change_id ⇒ String
The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
-
#revision_id ⇒ String
The system-generated unique ID that identifies the revision number of the rule.
Instance Attribute Details
#created ⇒ Time
The date and time when the most recent version of the rule was created, in timestamp format.
4667 4668 4669 4670 4671 4672 4673 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4667 class RuleRevision < Struct.new( :revision_id, :revision_change_id, :created) SENSITIVE = [] include Aws::Structure end |
#revision_change_id ⇒ String
The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
4667 4668 4669 4670 4671 4672 4673 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4667 class RuleRevision < Struct.new( :revision_id, :revision_change_id, :created) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The system-generated unique ID that identifies the revision number of the rule.
4667 4668 4669 4670 4671 4672 4673 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 4667 class RuleRevision < Struct.new( :revision_id, :revision_change_id, :created) SENSITIVE = [] include Aws::Structure end |