Class: Aws::Types::ListLicenseServerEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLicenseServerEndpointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_server_endpoints ⇒ ::Array[Types::LicenseServerEndpoint]
Returns the value of attribute license_server_endpoints.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#license_server_endpoints ⇒ ::Array[Types::LicenseServerEndpoint]
Returns the value of attribute license_server_endpoints.
237 238 239 |
# File 'sig/types.rbs', line 237 def license_server_endpoints @license_server_endpoints end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
238 239 240 |
# File 'sig/types.rbs', line 238 def next_token @next_token end |