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
954 955 956 957 958 959 960 961 962 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 954 class ListUserAssociationsRequest < Struct.new( :instance_id, :identity_provider, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#identity_provider ⇒ Types::IdentityProvider
An object that specifies details for the identity provider.
954 955 956 957 958 959 960 961 962 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 954 class ListUserAssociationsRequest < Struct.new( :instance_id, :identity_provider, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the EC2 instance, which provides user-based subscriptions.
954 955 956 957 958 959 960 961 962 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 954 class ListUserAssociationsRequest < Struct.new( :instance_id, :identity_provider, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return from a single request.
954 955 956 957 958 959 960 961 962 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 954 class ListUserAssociationsRequest < Struct.new( :instance_id, :identity_provider, :max_results, :filters, :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.
954 955 956 957 958 959 960 961 962 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 954 class ListUserAssociationsRequest < Struct.new( :instance_id, :identity_provider, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |