Class: Aws::AppStream::Types::UpdateEntitlementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UpdateEntitlementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_visibility ⇒ String
Specifies whether all or only selected apps are entitled.
-
#attributes ⇒ Array<Types::EntitlementAttribute>
The attributes of the entitlement.
-
#description ⇒ String
The description of the entitlement.
-
#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 only selected apps are entitled.
5310 5311 5312 5313 5314 5315 5316 5317 5318 |
# File 'lib/aws-sdk-appstream/types.rb', line 5310 class UpdateEntitlementRequest < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Array<Types::EntitlementAttribute>
The attributes of the entitlement.
5310 5311 5312 5313 5314 5315 5316 5317 5318 |
# File 'lib/aws-sdk-appstream/types.rb', line 5310 class UpdateEntitlementRequest < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the entitlement.
5310 5311 5312 5313 5314 5315 5316 5317 5318 |
# File 'lib/aws-sdk-appstream/types.rb', line 5310 class UpdateEntitlementRequest < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the entitlement.
5310 5311 5312 5313 5314 5315 5316 5317 5318 |
# File 'lib/aws-sdk-appstream/types.rb', line 5310 class UpdateEntitlementRequest < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack with which the entitlement is associated.
5310 5311 5312 5313 5314 5315 5316 5317 5318 |
# File 'lib/aws-sdk-appstream/types.rb', line 5310 class UpdateEntitlementRequest < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes) SENSITIVE = [] include Aws::Structure end |