Class: Aws::Types::ListLicenseConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLicenseConfigurationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#license_configuration_arns ⇒ ::Array[::String]
Returns the value of attribute license_configuration_arns.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
910 911 912 |
# File 'sig/types.rbs', line 910 def filters @filters end |
#license_configuration_arns ⇒ ::Array[::String]
Returns the value of attribute license_configuration_arns.
907 908 909 |
# File 'sig/types.rbs', line 907 def license_configuration_arns @license_configuration_arns end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
908 909 910 |
# File 'sig/types.rbs', line 908 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
909 910 911 |
# File 'sig/types.rbs', line 909 def next_token @next_token end |