Class: Aws::LicenseManagerUserSubscriptions::Types::ListInstancesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ListInstancesRequest
- 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:
-
Status
-
InstanceId
723 724 725 726 727 728 729 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 723 class ListInstancesRequest < 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.
723 724 725 726 727 728 729 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 723 class ListInstancesRequest < 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.
723 724 725 726 727 728 729 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 723 class ListInstancesRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |