Class: Aws::Types::RequestServiceQuotaIncreaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::RequestServiceQuotaIncreaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_id ⇒ ::String
Returns the value of attribute context_id.
-
#desired_value ⇒ ::Float
Returns the value of attribute desired_value.
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
-
#support_case_allowed ⇒ Boolean
Returns the value of attribute support_case_allowed.
Instance Attribute Details
#context_id ⇒ ::String
Returns the value of attribute context_id.
334 335 336 |
# File 'sig/types.rbs', line 334 def context_id @context_id end |
#desired_value ⇒ ::Float
Returns the value of attribute desired_value.
333 334 335 |
# File 'sig/types.rbs', line 333 def desired_value @desired_value end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
332 333 334 |
# File 'sig/types.rbs', line 332 def quota_code @quota_code end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
331 332 333 |
# File 'sig/types.rbs', line 331 def service_code @service_code end |
#support_case_allowed ⇒ Boolean
Returns the value of attribute support_case_allowed.
335 336 337 |
# File 'sig/types.rbs', line 335 def support_case_allowed @support_case_allowed end |