Class: Aws::Types::ListLicenseEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLicenseEndpointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_endpoints ⇒ ::Array[Types::LicenseEndpointSummary]
Returns the value of attribute license_endpoints.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#license_endpoints ⇒ ::Array[Types::LicenseEndpointSummary]
Returns the value of attribute license_endpoints.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def license_endpoints @license_endpoints end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def next_token @next_token end |