Class: Aws::AppStream::Types::DeleteEntitlementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteEntitlementRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the entitlement.
-
#stack_name ⇒ String
The name of the stack with which the entitlement is associated.
Instance Attribute Details
#name ⇒ String
The name of the entitlement.
2070 2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-appstream/types.rb', line 2070 class DeleteEntitlementRequest < Struct.new( :name, :stack_name) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack with which the entitlement is associated.
2070 2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-appstream/types.rb', line 2070 class DeleteEntitlementRequest < Struct.new( :name, :stack_name) SENSITIVE = [] include Aws::Structure end |