Class: Aws::CleanRoomsML::Types::CreateMLInputChannelResponse

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

#ml_input_channel_arnString

The Amazon Resource Name (ARN) of the ML input channel.

Returns:

  • (String)


1435
1436
1437
1438
1439
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1435

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