Class: Aws::SageMaker::Types::DeleteComputeQuotaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteComputeQuotaRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_quota_id ⇒ String
ID of the compute allocation definition.
Instance Attribute Details
#compute_quota_id ⇒ String
ID of the compute allocation definition.
11874 11875 11876 11877 11878 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11874 class DeleteComputeQuotaRequest < Struct.new( :compute_quota_id) SENSITIVE = [] include Aws::Structure end |