Class: Aws::Types::UpdateComputeQuotaResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateComputeQuotaResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_quota_arn ⇒ ::String
Returns the value of attribute compute_quota_arn.
-
#compute_quota_version ⇒ ::Integer
Returns the value of attribute compute_quota_version.
Instance Attribute Details
#compute_quota_arn ⇒ ::String
Returns the value of attribute compute_quota_arn.
11995 11996 11997 |
# File 'sig/types.rbs', line 11995 def compute_quota_arn @compute_quota_arn end |
#compute_quota_version ⇒ ::Integer
Returns the value of attribute compute_quota_version.
11996 11997 11998 |
# File 'sig/types.rbs', line 11996 def compute_quota_version @compute_quota_version end |