Class: Aws::LicenseManagerLinuxSubscriptions::Types::ListLinuxSubscriptionInstancesResponse

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

#instancesArray<Types::Instance>

An array that contains instance objects.

Returns:



361
362
363
364
365
366
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 361

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

#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)


361
362
363
364
365
366
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 361

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