Class: Aws::AppStream::Types::AssociateApplicationToEntitlementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::AssociateApplicationToEntitlementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_identifier ⇒ String
The identifier of the application.
-
#entitlement_name ⇒ String
The name of the entitlement.
-
#stack_name ⇒ String
The name of the stack.
Instance Attribute Details
#application_identifier ⇒ String
The identifier of the application.
477 478 479 480 481 482 483 |
# File 'lib/aws-sdk-appstream/types.rb', line 477 class AssociateApplicationToEntitlementRequest < Struct.new( :stack_name, :entitlement_name, :application_identifier) SENSITIVE = [] include Aws::Structure end |
#entitlement_name ⇒ String
The name of the entitlement.
477 478 479 480 481 482 483 |
# File 'lib/aws-sdk-appstream/types.rb', line 477 class AssociateApplicationToEntitlementRequest < Struct.new( :stack_name, :entitlement_name, :application_identifier) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack.
477 478 479 480 481 482 483 |
# File 'lib/aws-sdk-appstream/types.rb', line 477 class AssociateApplicationToEntitlementRequest < Struct.new( :stack_name, :entitlement_name, :application_identifier) SENSITIVE = [] include Aws::Structure end |