Class: Aws::CleanRoomsML::Types::DeleteConfiguredModelAlgorithmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::DeleteConfiguredModelAlgorithmRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_model_algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm that you want to delete.
Instance Attribute Details
#configured_model_algorithm_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm that you want to delete.
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 |