Class: Aws::LicenseManagerUserSubscriptions::Types::ListUserAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ListUserAssociationsRequest
- 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:.
-
#identity_provider ⇒ Types::IdentityProvider
An object that specifies details for the identity provider.
-
#instance_id ⇒ String
The ID of the EC2 instance, which provides user-based subscriptions.
-
#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
-
Username
-
Domain
918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 918 class ListUserAssociationsRequest < Struct.new( :filters, :identity_provider, :instance_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#identity_provider ⇒ Types::IdentityProvider
An object that specifies details for the identity provider.
918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 918 class ListUserAssociationsRequest < Struct.new( :filters, :identity_provider, :instance_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the EC2 instance, which provides user-based subscriptions.
918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 918 class ListUserAssociationsRequest < Struct.new( :filters, :identity_provider, :instance_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return from a single request.
918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 918 class ListUserAssociationsRequest < Struct.new( :filters, :identity_provider, :instance_id, :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.
918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 918 class ListUserAssociationsRequest < Struct.new( :filters, :identity_provider, :instance_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |