Class: Aws::AppStream::Types::AssociateApplicationToEntitlementRequest

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.

Returns:

  • (String)

293
294
295
296
297
298
299
# File 'lib/aws-sdk-appstream/types.rb', line 293

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

#entitlement_nameString

The name of the entitlement.

Returns:

  • (String)

293
294
295
296
297
298
299
# File 'lib/aws-sdk-appstream/types.rb', line 293

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

#stack_nameString

The name of the stack.

Returns:

  • (String)

293
294
295
296
297
298
299
# File 'lib/aws-sdk-appstream/types.rb', line 293

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