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

^



807
808
809
810
811
812
813
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 807

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

#max_resultsInteger

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



807
808
809
810
811
812
813
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 807

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



807
808
809
810
811
812
813
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 807

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