Class: Aws::AppStream::Types::EntitledApplication
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::EntitledApplication
- 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
-
#application_identifier ⇒ String
The identifier of the application.
Instance Attribute Details
#application_identifier ⇒ String
The identifier of the application.
3271 3272 3273 3274 3275 |
# File 'lib/aws-sdk-appstream/types.rb', line 3271 class EntitledApplication < Struct.new( :application_identifier) SENSITIVE = [] include Aws::Structure end |