Class: Aws::AppStream::Types::ListEntitledApplicationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ListEntitledApplicationsRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entitlement_name ⇒ String
The name of the entitlement.
-
#max_results ⇒ Integer
The maximum size of each page of results.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
-
#stack_name ⇒ String
The name of the stack with which the entitlement is associated.
Instance Attribute Details
#entitlement_name ⇒ String
The name of the entitlement.
4300 4301 4302 4303 4304 4305 4306 4307 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4300 class ListEntitledApplicationsRequest < Struct.new( :stack_name, :entitlement_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of each page of results.
4300 4301 4302 4303 4304 4305 4306 4307 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4300 class ListEntitledApplicationsRequest < Struct.new( :stack_name, :entitlement_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
4300 4301 4302 4303 4304 4305 4306 4307 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4300 class ListEntitledApplicationsRequest < Struct.new( :stack_name, :entitlement_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name of the stack with which the entitlement is associated.
4300 4301 4302 4303 4304 4305 4306 4307 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4300 class ListEntitledApplicationsRequest < Struct.new( :stack_name, :entitlement_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |