Class: Aws::SageMaker::Types::DeleteComputeQuotaRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_quota_idString

ID of the compute allocation definition.

Returns:

  • (String)


11863
11864
11865
11866
11867
# File 'lib/aws-sdk-sagemaker/types.rb', line 11863

class DeleteComputeQuotaRequest < Struct.new(
  :compute_quota_id)
  SENSITIVE = []
  include Aws::Structure
end