Class: Aws::AppStream::Types::CreateApplicationResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppStream::Types::CreateApplicationResult
 
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #application  ⇒ Types::Application 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Describes an application in the application catalog. 
Instance Attribute Details
#application ⇒ Types::Application
Describes an application in the application catalog.
| 1142 1143 1144 1145 1146 | # File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1142 class CreateApplicationResult < Struct.new( :application) SENSITIVE = [] include Aws::Structure end |