Class: Aws::Types::ListServiceQuotaIncreaseRequestsInTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceQuotaIncreaseRequestsInTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
207 208 209 |
# File 'sig/types.rbs', line 207 def aws_region @aws_region end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
209 210 211 |
# File 'sig/types.rbs', line 209 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
208 209 210 |
# File 'sig/types.rbs', line 208 def next_token @next_token end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
206 207 208 |
# File 'sig/types.rbs', line 206 def service_code @service_code end |