Class: Aws::CodePipeline::Types::RuleRevision

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#createdTime

The date and time when the most recent version of the rule was created, in timestamp format.

Returns:

  • (Time)


4589
4590
4591
4592
4593
4594
4595
# File 'lib/aws-sdk-codepipeline/types.rb', line 4589

class RuleRevision < Struct.new(
  :revision_id,
  :revision_change_id,
  :created)
  SENSITIVE = []
  include Aws::Structure
end

#revision_change_idString

The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).

Returns:

  • (String)


4589
4590
4591
4592
4593
4594
4595
# File 'lib/aws-sdk-codepipeline/types.rb', line 4589

class RuleRevision < Struct.new(
  :revision_id,
  :revision_change_id,
  :created)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The system-generated unique ID that identifies the revision number of the rule.

Returns:

  • (String)


4589
4590
4591
4592
4593
4594
4595
# File 'lib/aws-sdk-codepipeline/types.rb', line 4589

class RuleRevision < Struct.new(
  :revision_id,
  :revision_change_id,
  :created)
  SENSITIVE = []
  include Aws::Structure
end