Class: Aws::AppStream::Types::DisassociateApplicationFromEntitlementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DisassociateApplicationFromEntitlementRequest
- 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 to remove from the entitlement.
-
#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
#application_identifier ⇒ String
The identifier of the application to remove from the entitlement.
2531 2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-appstream/types.rb', line 2531 class DisassociateApplicationFromEntitlementRequest < Struct.new( :stack_name, :entitlement_name, :application_identifier) SENSITIVE = [] include Aws::Structure end |
#entitlement_name ⇒ String
The name of the entitlement.
2531 2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-appstream/types.rb', line 2531 class DisassociateApplicationFromEntitlementRequest < Struct.new( :stack_name, :entitlement_name, :application_identifier) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack with which the entitlement is associated.
2531 2532 2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-appstream/types.rb', line 2531 class DisassociateApplicationFromEntitlementRequest < Struct.new( :stack_name, :entitlement_name, :application_identifier) SENSITIVE = [] include Aws::Structure end |