Class: Aws::AppConfig::Types::UpdateApplicationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppConfig::Types::UpdateApplicationRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #application_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The application ID. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the application. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the application. 
Instance Attribute Details
#application_id ⇒ String
The application ID.
| 2544 2545 2546 2547 2548 2549 2550 | # File 'lib/aws-sdk-appconfig/types.rb', line 2544 class UpdateApplicationRequest < Struct.new( :application_id, :name, :description) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
A description of the application.
| 2544 2545 2546 2547 2548 2549 2550 | # File 'lib/aws-sdk-appconfig/types.rb', line 2544 class UpdateApplicationRequest < Struct.new( :application_id, :name, :description) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of the application.
| 2544 2545 2546 2547 2548 2549 2550 | # File 'lib/aws-sdk-appconfig/types.rb', line 2544 class UpdateApplicationRequest < Struct.new( :application_id, :name, :description) SENSITIVE = [] include Aws::Structure end |