Class: Aws::LicenseManagerUserSubscriptions::Types::ListUserAssociationsRequest

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

#filtersArray<Types::Filter>

You can use the following filters to streamline results:

  • Status

  • Username

  • Domain

Returns:



918
919
920
921
922
923
924
925
926
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 918

class ListUserAssociationsRequest < Struct.new(
  :filters,
  :identity_provider,
  :instance_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#identity_providerTypes::IdentityProvider

An object that specifies details for the identity provider.



918
919
920
921
922
923
924
925
926
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 918

class ListUserAssociationsRequest < Struct.new(
  :filters,
  :identity_provider,
  :instance_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the EC2 instance, which provides user-based subscriptions.

Returns:

  • (String)


918
919
920
921
922
923
924
925
926
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 918

class ListUserAssociationsRequest < Struct.new(
  :filters,
  :identity_provider,
  :instance_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return from a single request.

Returns:

  • (Integer)


918
919
920
921
922
923
924
925
926
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 918

class ListUserAssociationsRequest < Struct.new(
  :filters,
  :identity_provider,
  :instance_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

Returns:

  • (String)


918
919
920
921
922
923
924
925
926
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 918

class ListUserAssociationsRequest < Struct.new(
  :filters,
  :identity_provider,
  :instance_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end