Class: Aws::LicenseManagerUserSubscriptions::Types::ListLicenseServerEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ListLicenseServerEndpointsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
You can use the following filters to streamline results:.
-
#max_results ⇒ Integer
The maximum number of results to return from a single request.
-
#next_token ⇒ String
A token to specify where to start paginating.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
You can use the following filters to streamline results:
-
IdentityProviderArn
^
772 773 774 775 776 777 778 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 772 class ListLicenseServerEndpointsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return from a single request.
772 773 774 775 776 777 778 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 772 class ListLicenseServerEndpointsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
772 773 774 775 776 777 778 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 772 class ListLicenseServerEndpointsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |