Class: Aws::CodeDeploy::Types::GetApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetApplicationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a ‘GetApplication` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of an CodeDeploy application associated with the user or Amazon Web Services account.
Instance Attribute Details
#application_name ⇒ String
The name of an CodeDeploy application associated with the user or Amazon Web Services account.
2369 2370 2371 2372 2373 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2369 class GetApplicationInput < Struct.new( :application_name) SENSITIVE = [] include Aws::Structure end |