Class: Aws::LicenseManagerLinuxSubscriptions::Types::ListRegisteredSubscriptionProvidersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerLinuxSubscriptions::Types::ListRegisteredSubscriptionProvidersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum items to return in a request.
-
#next_token ⇒ String
A token to specify where to start paginating.
-
#subscription_provider_sources ⇒ Array<String>
To filter your results, specify which subscription providers to return in the list.
Instance Attribute Details
#max_results ⇒ Integer
The maximum items to return in a request.
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_token ⇒ String
A token to specify where to start paginating. This is the nextToken from a previously truncated response.
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_sources ⇒ Array<String>
To filter your results, specify which subscription providers to return in the list.
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 |