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:



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

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

Returns:

  • (Integer)


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_tokenString

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

Returns:

  • (String)


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

#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)


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