Class: Aws::CleanRoomsML::Types::DeleteMLConfigurationRequest

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

#membership_identifierString

The membership ID of the of the member that is deleting the ML modeling configuration.

Returns:

  • (String)


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