Class: Aws::LicenseManagerUserSubscriptions::Types::ListUserAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ListUserAssociationsResponse
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_user_summaries ⇒ Array<Types::InstanceUserSummary>
Metadata that describes the list user association operation.
-
#next_token ⇒ String
The next token used for paginated responses.
Instance Attribute Details
#instance_user_summaries ⇒ Array<Types::InstanceUserSummary>
Metadata that describes the list user association operation.
943 944 945 946 947 948 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 943 class ListUserAssociationsResponse < Struct.new( :instance_user_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.
943 944 945 946 947 948 |
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 943 class ListUserAssociationsResponse < Struct.new( :instance_user_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |