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

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

#ml_input_channel_arnString

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

Returns:

  • (String)


1586
1587
1588
1589
1590
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1586

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