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
870 871 872 873 874 875 876 877 878 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 870 class ListProductSubscriptionsRequest < Struct.new( :product, :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.
870 871 872 873 874 875 876 877 878 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 870 class ListProductSubscriptionsRequest < Struct.new( :product, :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.
870 871 872 873 874 875 876 877 878 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 870 class ListProductSubscriptionsRequest < Struct.new( :product, :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.
870 871 872 873 874 875 876 877 878 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 870 class ListProductSubscriptionsRequest < Struct.new( :product, :identity_provider, :max_results, :filters, :next_token) 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
870 871 872 873 874 875 876 877 878 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 870 class ListProductSubscriptionsRequest < Struct.new( :product, :identity_provider, :max_results, :filters, :next_token) SENSITIVE = [] include Aws::Structure end |