Class: Aws::LicenseManagerUserSubscriptions::Types::ListLicenseServerEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ListLicenseServerEndpointsResponse
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_server_endpoints ⇒ Array<Types::LicenseServerEndpoint>
An array of
LicenseServerEndpoint
resources that contain detailed information about the RDS License Servers that meet the request criteria. -
#next_token ⇒ String
The next token used for paginated responses.
Instance Attribute Details
#license_server_endpoints ⇒ Array<Types::LicenseServerEndpoint>
An array of LicenseServerEndpoint
resources that contain detailed
information about the RDS License Servers that meet the request
criteria.
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_token ⇒ String
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.
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 |