Class: Aws::AppStream::Types::UpdateApplicationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UpdateApplicationResult
- 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.
4270 4271 4272 4273 4274 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4270 class UpdateApplicationResult < Struct.new( :application) SENSITIVE = [] include Aws::Structure end |