Class: Aws::Types::ListServiceQuotasRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceQuotasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#quota_applied_at_level ⇒ "ACCOUNT", ...
Returns the value of attribute quota_applied_at_level.
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
222 223 224 |
# File 'sig/types.rbs', line 222 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
221 222 223 |
# File 'sig/types.rbs', line 221 def next_token @next_token end |
#quota_applied_at_level ⇒ "ACCOUNT", ...
Returns the value of attribute quota_applied_at_level.
224 225 226 |
# File 'sig/types.rbs', line 224 def quota_applied_at_level @quota_applied_at_level end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
223 224 225 |
# File 'sig/types.rbs', line 223 def quota_code @quota_code end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
220 221 222 |
# File 'sig/types.rbs', line 220 def service_code @service_code end |