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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)

2623
2624
2625
2626
2627
# File 'lib/aws-sdk-appstream/types.rb', line 2623

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