Class: Aws::LicenseManagerLinuxSubscriptions::Types::ListLinuxSubscriptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerLinuxSubscriptions::Types::ListLinuxSubscriptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The next token used for paginated responses.
-
#subscriptions ⇒ Array<Types::Subscription>
An array that contains subscription objects.
Instance Attribute Details
#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.
425 426 427 428 429 430 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 425 class ListLinuxSubscriptionsResponse < Struct.new( :next_token, :subscriptions) SENSITIVE = [] include Aws::Structure end |
#subscriptions ⇒ Array<Types::Subscription>
An array that contains subscription objects.
425 426 427 428 429 430 |
# File 'lib/aws-sdk-licensemanagerlinuxsubscriptions/types.rb', line 425 class ListLinuxSubscriptionsResponse < Struct.new( :next_token, :subscriptions) SENSITIVE = [] include Aws::Structure end |