Class: Aws::CodeDeploy::Types::GetApplicationRevisionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetApplicationRevisionOutput
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Represents the output of a GetApplicationRevision
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of the application that corresponds to the revision.
-
#revision ⇒ Types::RevisionLocation
Additional information about the revision, including type and location.
-
#revision_info ⇒ Types::GenericRevisionInfo
General information about the revision.
Instance Attribute Details
#application_name ⇒ String
The name of the application that corresponds to the revision.
2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2426 class GetApplicationRevisionOutput < Struct.new( :application_name, :revision, :revision_info) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Types::RevisionLocation
Additional information about the revision, including type and location.
2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2426 class GetApplicationRevisionOutput < Struct.new( :application_name, :revision, :revision_info) SENSITIVE = [] include Aws::Structure end |
#revision_info ⇒ Types::GenericRevisionInfo
General information about the revision.
2426 2427 2428 2429 2430 2431 2432 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2426 class GetApplicationRevisionOutput < Struct.new( :application_name, :revision, :revision_info) SENSITIVE = [] include Aws::Structure end |