Class: Aws::AppStream::Types::Entitlement
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::Entitlement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Specifies an entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don’t apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_visibility ⇒ String
Specifies whether all or selected apps are entitled.
-
#attributes ⇒ Array<Types::EntitlementAttribute>
The attributes of the entitlement.
-
#created_time ⇒ Time
The time when the entitlement was created.
-
#description ⇒ String
The description of the entitlement.
-
#last_modified_time ⇒ Time
The time when the entitlement was last modified.
-
#name ⇒ String
The name of the entitlement.
-
#stack_name ⇒ String
The name of the stack with which the entitlement is associated.
Instance Attribute Details
#app_visibility ⇒ String
Specifies whether all or selected apps are entitled.
3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 |
# File 'lib/aws-sdk-appstream/types.rb', line 3315 class Entitlement < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Array<Types::EntitlementAttribute>
The attributes of the entitlement.
3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 |
# File 'lib/aws-sdk-appstream/types.rb', line 3315 class Entitlement < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time when the entitlement was created.
3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 |
# File 'lib/aws-sdk-appstream/types.rb', line 3315 class Entitlement < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the entitlement.
3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 |
# File 'lib/aws-sdk-appstream/types.rb', line 3315 class Entitlement < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time when the entitlement was last modified.
3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 |
# File 'lib/aws-sdk-appstream/types.rb', line 3315 class Entitlement < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the entitlement.
3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 |
# File 'lib/aws-sdk-appstream/types.rb', line 3315 class Entitlement < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack with which the entitlement is associated.
3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 |
# File 'lib/aws-sdk-appstream/types.rb', line 3315 class Entitlement < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |