Class: Aws::LicenseManagerUserSubscriptions::Types::ListLicenseServerEndpointsRequest

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:

  • IdentityProviderArn

^

Returns:



772
773
774
775
776
777
778
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 772

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

#max_resultsInteger

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

Returns:

  • (Integer)


772
773
774
775
776
777
778
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 772

class ListLicenseServerEndpointsRequest < Struct.new(
  :filters,
  :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)


772
773
774
775
776
777
778
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 772

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