Class: Aws::AppStream::Types::DescribeEntitlementsResult

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

#entitlementsArray<Types::Entitlement>

The entitlements.

Returns:



2515
2516
2517
2518
2519
2520
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2515

class DescribeEntitlementsResult < Struct.new(
  :entitlements,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2515
2516
2517
2518
2519
2520
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 2515

class DescribeEntitlementsResult < Struct.new(
  :entitlements,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end