Class: Aws::LicenseManagerUserSubscriptions::Types::ListInstancesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_summariesArray<Types::InstanceSummary>

An array of InstanceSummary resources that contain details about the instances that provide user-based subscriptions and also meet the request criteria.

Returns:



747
748
749
750
751
752
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 747

class ListInstancesResponse < Struct.new(
  :instance_summaries,
  :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)


747
748
749
750
751
752
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 747

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