Class: Aws::AppStream::Types::DescribeEntitlementsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeEntitlementsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum size of each page of results.
-
#name ⇒ String
The name of the entitlement.
-
#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
#max_results ⇒ Integer
The maximum size of each page of results.
2584 2585 2586 2587 2588 2589 2590 2591 |
# File 'lib/aws-sdk-appstream/types.rb', line 2584 class DescribeEntitlementsRequest < Struct.new( :name, :stack_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the entitlement.
2584 2585 2586 2587 2588 2589 2590 2591 |
# File '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_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2584 2585 2586 2587 2588 2589 2590 2591 |
# File '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_name ⇒ String
The name of the stack with which the entitlement is associated.
2584 2585 2586 2587 2588 2589 2590 2591 |
# File 'lib/aws-sdk-appstream/types.rb', line 2584 class DescribeEntitlementsRequest < Struct.new( :name, :stack_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |