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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/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)


1882
1883
1884
1885
1886
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1882

class DeleteMLConfigurationRequest < Struct.new(
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end