Class: Aws::CleanRoomsML::Types::DeleteMLInputChannelDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::DeleteMLInputChannelDataRequest
- 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 membership that contains the ML input channel you want to delete.
-
#ml_input_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel that you want to delete.
Instance Attribute Details
#membership_identifier ⇒ String
The membership ID of the membership that contains the ML input channel you want to delete.
1803 1804 1805 1806 1807 1808 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1803 class DeleteMLInputChannelDataRequest < Struct.new( :ml_input_channel_arn, :membership_identifier) SENSITIVE = [] include Aws::Structure end |
#ml_input_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel that you want to delete.
1803 1804 1805 1806 1807 1808 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1803 class DeleteMLInputChannelDataRequest < Struct.new( :ml_input_channel_arn, :membership_identifier) SENSITIVE = [] include Aws::Structure end |