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
- Struct
- Aws::CodeDeploy::Types::GenericRevisionInfo
- Defined in:
- (unknown)
Overview
Information about an application revision.
Returned by:
Instance Attribute Summary collapse
-
#deployment_groups ⇒ Array<String>
The deployment groups for which this is the current target revision.
-
#description ⇒ String
A comment about the revision.
-
#first_used_time ⇒ Time
When the revision was first used by AWS CodeDeploy.
-
#last_used_time ⇒ Time
When the revision was last used by AWS CodeDeploy.
-
#register_time ⇒ Time
When the revision was registered with AWS CodeDeploy.
Instance Attribute Details
#deployment_groups ⇒ Array<String>
The deployment groups for which this is the current target revision.
#description ⇒ String
A comment about the revision.
#first_used_time ⇒ Time
When the revision was first used by AWS CodeDeploy.
#last_used_time ⇒ Time
When the revision was last used by AWS CodeDeploy.
#register_time ⇒ Time
When the revision was registered with AWS CodeDeploy.