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>

An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.

Returns:



442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 442

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.



442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 442

class ListProductSubscriptionsRequest < Struct.new(
  :filters,
  :identity_provider,
  :max_results,
  :next_token,
  :product)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of results to return in a single call.

Returns:

  • (Integer)


442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 442

class ListProductSubscriptionsRequest < Struct.new(
  :filters,
  :identity_provider,
  :max_results,
  :next_token,
  :product)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token for the next set of results.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 442

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.

Returns:

  • (String)


442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 442

class ListProductSubscriptionsRequest < Struct.new(
  :filters,
  :identity_provider,
  :max_results,
  :next_token,
  :product)
  SENSITIVE = []
  include Aws::Structure
end