Class: Aws::AppStream::Types::CreateEntitlementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateEntitlementRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass CreateEntitlementRequest data as a hash:
{
name: "Name", # required
stack_name: "Name", # required
description: "Description",
app_visibility: "ALL", # required, accepts ALL, ASSOCIATED
attributes: [ # required
{
name: "String", # required
value: "String", # required
},
],
}
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.
-
#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 selected apps are entitled.
824 825 826 827 828 829 830 831 832 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 824 class CreateEntitlementRequest < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ Array<Types::EntitlementAttribute>
The attributes of the entitlement.
824 825 826 827 828 829 830 831 832 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 824 class CreateEntitlementRequest < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the entitlement.
824 825 826 827 828 829 830 831 832 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 824 class CreateEntitlementRequest < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the entitlement.
824 825 826 827 828 829 830 831 832 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 824 class CreateEntitlementRequest < 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.
824 825 826 827 828 829 830 831 832 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 824 class CreateEntitlementRequest < Struct.new( :name, :stack_name, :description, :app_visibility, :attributes) SENSITIVE = [] include Aws::Structure end |