Class: Aws::CleanRoomsML::Types::InputChannel

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Provides information about the data source that is used to create an ML input channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::InputChannelDataSource

The data source that is used to create the ML input channel.



3636
3637
3638
3639
3640
3641
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3636

class InputChannel < Struct.new(
  :data_source,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the role used to run the query specified in the dataSource field of the input channel.

Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an AccessDeniedException error.

Returns:

  • (String)


3636
3637
3638
3639
3640
3641
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3636

class InputChannel < Struct.new(
  :data_source,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end