Class: Aws::AppStream::Types::UpdateApplicationResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationTypes::Application

Describes an application in the application catalog.

Returns:



5002
5003
5004
5005
5006
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5002

class UpdateApplicationResult < Struct.new(
  :application)
  SENSITIVE = []
  include Aws::Structure
end