Class: Aws::Types::CreateComputeQuotaResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateComputeQuotaResponse
- 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_id ⇒ ::String
Returns the value of attribute compute_quota_id.
Instance Attribute Details
#compute_quota_arn ⇒ ::String
Returns the value of attribute compute_quota_arn.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def compute_quota_arn @compute_quota_arn end |
#compute_quota_id ⇒ ::String
Returns the value of attribute compute_quota_id.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def compute_quota_id @compute_quota_id end |