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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



781
782
783
784
785
786
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 781

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)


781
782
783
784
785
786
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 781

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