Class: Aws::LicenseManagerUserSubscriptions::Types::ListLicenseServerEndpointsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_server_endpointsArray<Types::LicenseServerEndpoint>

An array of LicenseServerEndpoint resources that contain detailed information about the RDS License Servers that meet the request criteria.

Returns:



796
797
798
799
800
801
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 796

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


796
797
798
799
800
801
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 796

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