Class: Aws::AppStream::Types::EntitledApplication

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

Overview

The application associated to an entitlement. Access is controlled based on user attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifierString

The identifier of the application.

Returns:

  • (String)


3158
3159
3160
3161
3162
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3158

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