Class: Aws::CodeDeploy::Types::RevisionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::RevisionInfo
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Information about an application revision.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#generic_revision_info ⇒ Types::GenericRevisionInfo
Information about an application revision, including usage details and associated deployment groups.
-
#revision_location ⇒ Types::RevisionLocation
Information about the location and type of an application revision.
Instance Attribute Details
#generic_revision_info ⇒ Types::GenericRevisionInfo
Information about an application revision, including usage details and associated deployment groups.
4382 4383 4384 4385 4386 4387 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4382 class RevisionInfo < Struct.new( :revision_location, :generic_revision_info) SENSITIVE = [] include Aws::Structure end |
#revision_location ⇒ Types::RevisionLocation
Information about the location and type of an application revision.
4382 4383 4384 4385 4386 4387 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4382 class RevisionInfo < Struct.new( :revision_location, :generic_revision_info) SENSITIVE = [] include Aws::Structure end |