Class: Aws::LicenseManagerLinuxSubscriptions::Types::ListLinuxSubscriptionsResponse

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)


425
426
427
428
429
430
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 425

class ListLinuxSubscriptionsResponse < Struct.new(
  :next_token,
  :subscriptions)
  SENSITIVE = []
  include Aws::Structure
end

#subscriptionsArray<Types::Subscription>

An array that contains subscription objects.

Returns:



425
426
427
428
429
430
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 425

class ListLinuxSubscriptionsResponse < Struct.new(
  :next_token,
  :subscriptions)
  SENSITIVE = []
  include Aws::Structure
end