Class: Aws::AppStream::Types::ListEntitledApplicationsRequest

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

#entitlement_nameString

The name of the entitlement.

Returns:

  • (String)


4141
4142
4143
4144
4145
4146
4147
4148
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4141

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

#max_resultsInteger

The maximum size of each page of results.

Returns:

  • (Integer)


4141
4142
4143
4144
4145
4146
4147
4148
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4141

class ListEntitledApplicationsRequest < Struct.new(
  :stack_name,
  :entitlement_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)


4141
4142
4143
4144
4145
4146
4147
4148
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4141

class ListEntitledApplicationsRequest < Struct.new(
  :stack_name,
  :entitlement_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)


4141
4142
4143
4144
4145
4146
4147
4148
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4141

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