Class: Aws::AppStream::Types::DeleteEntitlementRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the entitlement.

Returns:

  • (String)


2070
2071
2072
2073
2074
2075
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2070

class DeleteEntitlementRequest < Struct.new(
  :name,
  :stack_name)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name of the stack with which the entitlement is associated.

Returns:

  • (String)


2070
2071
2072
2073
2074
2075
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2070

class DeleteEntitlementRequest < Struct.new(
  :name,
  :stack_name)
  SENSITIVE = []
  include Aws::Structure
end