Class: Aws::CodeDeploy::Types::GetApplicationRevisionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetApplicationRevisionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input 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
Information about the application revision to get, including type and location.
Instance Attribute Details
#application_name ⇒ String
The name of the application that corresponds to the revision.
2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2402 class GetApplicationRevisionInput < Struct.new( :application_name, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Types::RevisionLocation
Information about the application revision to get, including type and location.
2402 2403 2404 2405 2406 2407 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2402 class GetApplicationRevisionInput < Struct.new( :application_name, :revision) SENSITIVE = [] include Aws::Structure end |