Class: Aws::Types::ListRequestedServiceQuotaChangeHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRequestedServiceQuotaChangeHistoryRequest
- 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_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.
194 195 196 |
# File 'sig/types.rbs', line 194 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
193 194 195 |
# File 'sig/types.rbs', line 193 def next_token @next_token end |
#quota_requested_at_level ⇒ "ACCOUNT", ...
Returns the value of attribute quota_requested_at_level.
195 196 197 |
# File 'sig/types.rbs', line 195 def quota_requested_at_level @quota_requested_at_level end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
191 192 193 |
# File 'sig/types.rbs', line 191 def service_code @service_code end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
192 193 194 |
# File 'sig/types.rbs', line 192 def status @status end |