Class: Aws::Types::ListLicenseSpecificationsForResourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLicenseSpecificationsForResourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_specifications ⇒ ::Array[Types::LicenseSpecification]
Returns the value of attribute license_specifications.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#license_specifications ⇒ ::Array[Types::LicenseSpecification]
Returns the value of attribute license_specifications.
954 955 956 |
# File 'sig/types.rbs', line 954 def license_specifications @license_specifications end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
955 956 957 |
# File 'sig/types.rbs', line 955 def next_token @next_token end |