Class: Aws::AppStream::Types::ListEntitledApplicationsResult

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

#entitled_applicationsArray<Types::EntitledApplication>

The entitled applications.

Returns:


3601
3602
3603
3604
3605
3606
# File 'lib/aws-sdk-appstream/types.rb', line 3601

class ListEntitledApplicationsResult < Struct.new(
  :entitled_applications,
  :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)

3601
3602
3603
3604
3605
3606
# File 'lib/aws-sdk-appstream/types.rb', line 3601

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