Class: Aws::LicenseManagerLinuxSubscriptions::Types::ListLinuxSubscriptionInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerLinuxSubscriptions::Types::ListLinuxSubscriptionInstancesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instances ⇒ Array<Types::Instance>
An array that contains instance objects.
-
#next_token ⇒ String
The next token used for paginated responses.
Instance Attribute Details
#instances ⇒ Array<Types::Instance>
An array that contains instance objects.
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_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.
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 |