Class: Aws::AppStream::Types::DescribeEntitlementsRequest

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

#max_resultsInteger

The maximum size of each page of results.



3119
3120
3121
3122
3123
3124
3125
3126
# File 'lib/aws-sdk-appstream/types.rb', line 3119

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

#nameString

The name of the entitlement.



3119
3120
3121
3122
3123
3124
3125
3126
# File 'lib/aws-sdk-appstream/types.rb', line 3119

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

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.



3119
3120
3121
3122
3123
3124
3125
3126
# File 'lib/aws-sdk-appstream/types.rb', line 3119

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

#stack_nameString

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



3119
3120
3121
3122
3123
3124
3125
3126
# File 'lib/aws-sdk-appstream/types.rb', line 3119

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