Class: Aws::CleanRoomsML::Types::DeleteMLConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::DeleteMLConfigurationRequest
- Includes:
- Structure
- Defined in:
- 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.
1785 1786 1787 1788 1789 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1785 class DeleteMLConfigurationRequest < Struct.new( :membership_identifier) SENSITIVE = [] include Aws::Structure end |