Class: Aws::Types::ServiceQuotaIncreaseRequestInTemplate
- Inherits:
-
Object
- Object
- Aws::Types::ServiceQuotaIncreaseRequestInTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#desired_value ⇒ ::Float
Returns the value of attribute desired_value.
-
#global_quota ⇒ Boolean
Returns the value of attribute global_quota.
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
406 407 408 |
# File 'sig/types.rbs', line 406 def aws_region @aws_region end |
#desired_value ⇒ ::Float
Returns the value of attribute desired_value.
405 406 407 |
# File 'sig/types.rbs', line 405 def desired_value @desired_value end |
#global_quota ⇒ Boolean
Returns the value of attribute global_quota.
408 409 410 |
# File 'sig/types.rbs', line 408 def global_quota @global_quota end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
403 404 405 |
# File 'sig/types.rbs', line 403 def quota_code @quota_code end |
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
404 405 406 |
# File 'sig/types.rbs', line 404 def quota_name @quota_name end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
401 402 403 |
# File 'sig/types.rbs', line 401 def service_code @service_code end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
402 403 404 |
# File 'sig/types.rbs', line 402 def service_name @service_name end |
#unit ⇒ ::String
Returns the value of attribute unit.
407 408 409 |
# File 'sig/types.rbs', line 407 def unit @unit end |