Class: Aws::LicenseManagerUserSubscriptions::Types::ListProductSubscriptionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

You can use the following filters to streamline results:

  • Status

  • Username

  • Domain

Returns:



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_providerTypes::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_resultsInteger

The maximum number of results to return from a single request.

Returns:

  • (Integer)


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_tokenString

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

Returns:

  • (String)


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

#productString

The name of the user-based subscription product.

Valid values: VISUAL_STUDIO_ENTERPRISE | VISUAL_STUDIO_PROFESSIONAL | OFFICE_PROFESSIONAL_PLUS | REMOTE_DESKTOP_SERVICES

Returns:

  • (String)


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