Class: Aws::LicenseManagerUserSubscriptions::Types::ListUserAssociationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanagerusersubscriptions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_user_summariesArray<Types::InstanceUserSummary>

Metadata that describes the list user association operation.

Returns:



977
978
979
980
981
982
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 977

class ListUserAssociationsResponse < Struct.new(
  :instance_user_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


977
978
979
980
981
982
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 977

class ListUserAssociationsResponse < Struct.new(
  :instance_user_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end