Class: Aws::CleanRoomsML::Types::DeleteMLConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::DeleteMLConfigurationRequest
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_identifier ⇒ String
The membership ID of the of the member that is deleting the ML modeling configuration.
Instance Attribute Details
#membership_identifier ⇒ String
The membership ID of the of the member that is deleting the ML modeling configuration.
1864 1865 1866 1867 1868 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1864 class DeleteMLConfigurationRequest < Struct.new( :membership_identifier) SENSITIVE = [] include Aws::Structure end |