Class: Aws::LicenseManagerLinuxSubscriptions::Types::ListRegisteredSubscriptionProvidersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerLinuxSubscriptions::Types::ListRegisteredSubscriptionProvidersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The next token used for paginated responses.
-
#registered_subscription_providers ⇒ Array<Types::RegisteredSubscriptionProvider>
The list of BYOL registration resources that fit the criteria you specified in the request.
Instance Attribute Details
#next_token ⇒ String
The next token used for paginated responses. When this field isn’t empty, there are additional elements that the service hasn’t included in this request. Use this token with the next request to retrieve additional objects.
470 471 472 473 474 475 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 470 class ListRegisteredSubscriptionProvidersResponse < Struct.new( :next_token, :registered_subscription_providers) SENSITIVE = [] include Aws::Structure end |
#registered_subscription_providers ⇒ Array<Types::RegisteredSubscriptionProvider>
The list of BYOL registration resources that fit the criteria you specified in the request.
470 471 472 473 474 475 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 470 class ListRegisteredSubscriptionProvidersResponse < Struct.new( :next_token, :registered_subscription_providers) SENSITIVE = [] include Aws::Structure end |