You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeDeploy::Types::GetApplicationInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeDeploy::Types::GetApplicationInput
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing GetApplicationInput as input to an Aws::Client method, you can use a vanilla Hash:
{
  application_name: "ApplicationName", # required
}
Represents the input of a GetApplication operation.
Instance Attribute Summary collapse
- 
  
    
      #application_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of an AWS CodeDeploy application associated with the IAM user or AWS account. 
Instance Attribute Details
#application_name ⇒ String
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.