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

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

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


2584
2585
2586
2587
2588
2589
2590
2591
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2584

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

#nameString

The name of the entitlement.

Returns:

  • (String)


2584
2585
2586
2587
2588
2589
2590
2591
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2584

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.

Returns:

  • (String)


2584
2585
2586
2587
2588
2589
2590
2591
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2584

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.

Returns:

  • (String)


2584
2585
2586
2587
2588
2589
2590
2591
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2584

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