Class: Aws::CleanRoomsML::Types::DeleteMLInputChannelDataRequest

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 membership that contains the ML input channel you want to delete.

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2036

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

#ml_input_channel_arnString

The Amazon Resource Name (ARN) of the ML input channel that you want to delete.

Returns:

  • (String)


2036
2037
2038
2039
2040
2041
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2036

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