Class: Aws::LicenseManagerUserSubscriptions::Types::ListLicenseServerEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::ListLicenseServerEndpointsResponse
- Includes:
- Structure
- Defined in:
- 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.
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_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.
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 |