You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::GenericRevisionInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_groups ⇒ Array<String>

The deployment groups for which this is the current target revision.

Returns:

  • (Array<String>) —

    The deployment groups for which this is the current target revision.

#description ⇒ String

A comment about the revision.

Returns:

  • (String) —

    A comment about the revision.

#first_used_time ⇒ Time

When the revision was first used by AWS CodeDeploy.

Returns:

  • (Time) —

    When the revision was first used by AWS CodeDeploy.

#last_used_time ⇒ Time

When the revision was last used by AWS CodeDeploy.

Returns:

  • (Time) —

    When the revision was last used by AWS CodeDeploy.

#register_time ⇒ Time

When the revision was registered with AWS CodeDeploy.

Returns:

  • (Time) —

    When the revision was registered with AWS CodeDeploy.