Class: Aws::LicenseManagerUserSubscriptions::Types::ListInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ListInstancesResponse
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_summaries ⇒ Array<Types::InstanceSummary>
An array of
InstanceSummary
resources that contain details about the instances that provide user-based subscriptions and also meet the request criteria. -
#next_token ⇒ String
The next token used for paginated responses.
Instance Attribute Details
#instance_summaries ⇒ Array<Types::InstanceSummary>
An array of InstanceSummary
resources that contain details about
the instances that provide user-based subscriptions and also meet
the request criteria.
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_token ⇒ String
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.
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 |