Class: Aws::CleanRoomsML::Types::DeleteConfiguredModelAlgorithmAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::DeleteConfiguredModelAlgorithmAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_model_algorithm_association_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm association that you want to delete.
-
#membership_identifier ⇒ String
The membership ID of the member that is deleting the configured model algorithm association.
Instance Attribute Details
#configured_model_algorithm_association_arn ⇒ String
The Amazon Resource Name (ARN) of the configured model algorithm association that you want to delete.
1758 1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1758 class DeleteConfiguredModelAlgorithmAssociationRequest < Struct.new( :configured_model_algorithm_association_arn, :membership_identifier) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The membership ID of the member that is deleting the configured model algorithm association.
1758 1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1758 class DeleteConfiguredModelAlgorithmAssociationRequest < Struct.new( :configured_model_algorithm_association_arn, :membership_identifier) SENSITIVE = [] include Aws::Structure end |