Class: Aws::AppStream::Types::Entitlement

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

Overview

Specifies an entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. WorkSpaces Applications user pool and streaming URL users are entitled to all applications in a stack. Entitlements don't apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_visibilityString

Specifies whether all or selected apps are entitled.

Returns:

  • (String)


4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4009

class Entitlement < Struct.new(
  :name,
  :stack_name,
  :description,
  :app_visibility,
  :attributes,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#attributesArray<Types::EntitlementAttribute>

The attributes of the entitlement.

Returns:



4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4009

class Entitlement < Struct.new(
  :name,
  :stack_name,
  :description,
  :app_visibility,
  :attributes,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The time when the entitlement was created.

Returns:

  • (Time)


4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4009

class Entitlement < Struct.new(
  :name,
  :stack_name,
  :description,
  :app_visibility,
  :attributes,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the entitlement.

Returns:

  • (String)


4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4009

class Entitlement < Struct.new(
  :name,
  :stack_name,
  :description,
  :app_visibility,
  :attributes,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The time when the entitlement was last modified.

Returns:

  • (Time)


4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4009

class Entitlement < Struct.new(
  :name,
  :stack_name,
  :description,
  :app_visibility,
  :attributes,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the entitlement.

Returns:

  • (String)


4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4009

class Entitlement < Struct.new(
  :name,
  :stack_name,
  :description,
  :app_visibility,
  :attributes,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

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

Returns:

  • (String)


4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4009

class Entitlement < Struct.new(
  :name,
  :stack_name,
  :description,
  :app_visibility,
  :attributes,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end