Class: Aws::LicenseManagerUserSubscriptions::Types::ListProductSubscriptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ListProductSubscriptionsRequest
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/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.
-
#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.
-
#product ⇒ String
The name of the user-based subscription product.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
You can use the following filters to streamline results:
Status
Username
Domain
836 837 838 839 840 841 842 843 844 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 836 class ListProductSubscriptionsRequest < Struct.new( :filters, :identity_provider, :max_results, :next_token, :product) SENSITIVE = [] include Aws::Structure end |
#identity_provider ⇒ Types::IdentityProvider
An object that specifies details for the identity provider.
836 837 838 839 840 841 842 843 844 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 836 class ListProductSubscriptionsRequest < Struct.new( :filters, :identity_provider, :max_results, :next_token, :product) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return from a single request.
836 837 838 839 840 841 842 843 844 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 836 class ListProductSubscriptionsRequest < Struct.new( :filters, :identity_provider, :max_results, :next_token, :product) 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.
836 837 838 839 840 841 842 843 844 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 836 class ListProductSubscriptionsRequest < Struct.new( :filters, :identity_provider, :max_results, :next_token, :product) SENSITIVE = [] include Aws::Structure end |
#product ⇒ String
The name of the user-based subscription product.
Valid values: VISUAL_STUDIO_ENTERPRISE
|
VISUAL_STUDIO_PROFESSIONAL
| OFFICE_PROFESSIONAL_PLUS
|
REMOTE_DESKTOP_SERVICES
836 837 838 839 840 841 842 843 844 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 836 class ListProductSubscriptionsRequest < Struct.new( :filters, :identity_provider, :max_results, :next_token, :product) SENSITIVE = [] include Aws::Structure end |