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

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

#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:



830
831
832
833
834
835
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 830

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)


830
831
832
833
834
835
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 830

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