Class: Aws::Types::ListLicenseConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListLicenseConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_configurations ⇒ ::Array[Types::LicenseConfiguration]
Returns the value of attribute license_configurations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#license_configurations ⇒ ::Array[Types::LicenseConfiguration]
Returns the value of attribute license_configurations.
915 916 917 |
# File 'sig/types.rbs', line 915 def license_configurations @license_configurations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
916 917 918 |
# File 'sig/types.rbs', line 916 def next_token @next_token end |