Class: Aws::CleanRoomsML::Types::DeleteConfiguredModelAlgorithmRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_model_algorithm_arnString

The Amazon Resource Name (ARN) of the configured model algorithm that you want to delete.

Returns:

  • (String)


1772
1773
1774
1775
1776
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1772

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