Class: Aws::LicenseManagerLinuxSubscriptions::Types::ListRegisteredSubscriptionProvidersResponse

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

#next_tokenString

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.

Returns:

  • (String)


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_providersArray<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