Class: Aws::Types::ListRequestedServiceQuotaChangeHistoryByQuotaRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRequestedServiceQuotaChangeHistoryByQuotaRequest
- 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_code ⇒ ::String
Returns the value of attribute quota_code.
-
#quota_requested_at_level ⇒ "ACCOUNT", ...
Returns the value of attribute quota_requested_at_level.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
179 180 181 |
# File 'sig/types.rbs', line 179 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
178 179 180 |
# File 'sig/types.rbs', line 178 def next_token @next_token end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
176 177 178 |
# File 'sig/types.rbs', line 176 def quota_code @quota_code end |
#quota_requested_at_level ⇒ "ACCOUNT", ...
Returns the value of attribute quota_requested_at_level.
180 181 182 |
# File 'sig/types.rbs', line 180 def quota_requested_at_level @quota_requested_at_level end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
175 176 177 |
# File 'sig/types.rbs', line 175 def service_code @service_code end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
177 178 179 |
# File 'sig/types.rbs', line 177 def status @status end |