Class: Aws::LicenseManagerLinuxSubscriptions::Types::ListRegisteredSubscriptionProvidersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum items to return in a request.

Returns:

  • (Integer)


448
449
450
451
452
453
454
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 448

class ListRegisteredSubscriptionProvidersRequest < Struct.new(
  :max_results,
  :next_token,
  :subscription_provider_sources)
  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)


448
449
450
451
452
453
454
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 448

class ListRegisteredSubscriptionProvidersRequest < Struct.new(
  :max_results,
  :next_token,
  :subscription_provider_sources)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_provider_sourcesArray<String>

To filter your results, specify which subscription providers to return in the list.

Returns:

  • (Array<String>)


448
449
450
451
452
453
454
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 448

class ListRegisteredSubscriptionProvidersRequest < Struct.new(
  :max_results,
  :next_token,
  :subscription_provider_sources)
  SENSITIVE = []
  include Aws::Structure
end