Class: Aws::LicenseManagerUserSubscriptions::Types::ListProductSubscriptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ListProductSubscriptionsResponse
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The next token used for paginated responses.
-
#product_user_summaries ⇒ Array<Types::ProductUserSummary>
Metadata that describes the list product subscriptions operation.
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.
859 860 861 862 863 864 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 859 class ListProductSubscriptionsResponse < Struct.new( :next_token, :product_user_summaries) SENSITIVE = [] include Aws::Structure end |
#product_user_summaries ⇒ Array<Types::ProductUserSummary>
Metadata that describes the list product subscriptions operation.
859 860 861 862 863 864 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 859 class ListProductSubscriptionsResponse < Struct.new( :next_token, :product_user_summaries) SENSITIVE = [] include Aws::Structure end |