Class: Aws::Types::ListUsageForLicenseConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUsageForLicenseConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_configuration_usage_list ⇒ ::Array[Types::LicenseConfigurationUsage]
Returns the value of attribute license_configuration_usage_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#license_configuration_usage_list ⇒ ::Array[Types::LicenseConfigurationUsage]
Returns the value of attribute license_configuration_usage_list.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def license_configuration_usage_list @license_configuration_usage_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def next_token @next_token end |