Class: Aws::CodeDeploy::Types::GenericRevisionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GenericRevisionInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Information about an application revision.
Constant Summary collapse
- SENSITIVE =
[]
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.
2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2675 class GenericRevisionInfo < Struct.new( :description, :deployment_groups, :first_used_time, :last_used_time, :register_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A comment about the revision.
2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2675 class GenericRevisionInfo < Struct.new( :description, :deployment_groups, :first_used_time, :last_used_time, :register_time) SENSITIVE = [] include Aws::Structure end |
#first_used_time ⇒ Time
When the revision was first used by AWS CodeDeploy.
2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2675 class GenericRevisionInfo < Struct.new( :description, :deployment_groups, :first_used_time, :last_used_time, :register_time) SENSITIVE = [] include Aws::Structure end |
#last_used_time ⇒ Time
When the revision was last used by AWS CodeDeploy.
2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2675 class GenericRevisionInfo < Struct.new( :description, :deployment_groups, :first_used_time, :last_used_time, :register_time) SENSITIVE = [] include Aws::Structure end |
#register_time ⇒ Time
When the revision was registered with AWS CodeDeploy.
2675 2676 2677 2678 2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2675 class GenericRevisionInfo < Struct.new( :description, :deployment_groups, :first_used_time, :last_used_time, :register_time) SENSITIVE = [] include Aws::Structure end |