Class: Aws::Types::ListFailuresForLicenseConfigurationOperationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFailuresForLicenseConfigurationOperationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_configuration_arn ⇒ ::String
Returns the value of attribute license_configuration_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#license_configuration_arn ⇒ ::String
Returns the value of attribute license_configuration_arn.
853 854 855 |
# File 'sig/types.rbs', line 853 def license_configuration_arn @license_configuration_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
854 855 856 |
# File 'sig/types.rbs', line 854 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
855 856 857 |
# File 'sig/types.rbs', line 855 def next_token @next_token end |