Class: Aws::AppStream::Types::DisassociateApplicationFromEntitlementRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifierString

The identifier of the application to remove from the entitlement.

Returns:

  • (String)


3066
3067
3068
3069
3070
3071
3072
# File 'lib/aws-sdk-appstream/types.rb', line 3066

class DisassociateApplicationFromEntitlementRequest < Struct.new(
  :stack_name,
  :entitlement_name,
  :application_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#entitlement_nameString

The name of the entitlement.

Returns:

  • (String)


3066
3067
3068
3069
3070
3071
3072
# File 'lib/aws-sdk-appstream/types.rb', line 3066

class DisassociateApplicationFromEntitlementRequest < Struct.new(
  :stack_name,
  :entitlement_name,
  :application_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

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

Returns:

  • (String)


3066
3067
3068
3069
3070
3071
3072
# File 'lib/aws-sdk-appstream/types.rb', line 3066

class DisassociateApplicationFromEntitlementRequest < Struct.new(
  :stack_name,
  :entitlement_name,
  :application_identifier)
  SENSITIVE = []
  include Aws::Structure
end