Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::CodePipeline::Types::ActionRevision

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

Overview

Represents information about the version (or revision) of an action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#createdTime

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

Returns:

  • (Time)

653
654
655
656
657
658
659
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 653

class ActionRevision < 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)

653
654
655
656
657
658
659
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 653

class ActionRevision < 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 action.

Returns:

  • (String)

653
654
655
656
657
658
659
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 653

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