Class: Aws::AppStream::Types::DeleteEntitlementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DeleteEntitlementRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Note:
When making an API call, you may pass DeleteEntitlementRequest data as a hash:
{
name: "Name", # required
stack_name: "Name", # required
}
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.
1934 1935 1936 1937 1938 1939 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1934 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.
1934 1935 1936 1937 1938 1939 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1934 class DeleteEntitlementRequest < Struct.new( :name, :stack_name) SENSITIVE = [] include Aws::Structure end |