Class: Aws::CleanRooms::Types::IntermediateTableOutputConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Contains the output configuration of an intermediate table when a protected query populates it.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the intermediate table.

Returns:

  • (String)


6930
6931
6932
6933
6934
6935
6936
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6930

class IntermediateTableOutputConfiguration < Struct.new(
  :id,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the intermediate table.

Returns:

  • (String)


6930
6931
6932
6933
6934
6935
6936
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6930

class IntermediateTableOutputConfiguration < Struct.new(
  :id,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the intermediate table.

Returns:

  • (String)


6930
6931
6932
6933
6934
6935
6936
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6930

class IntermediateTableOutputConfiguration < Struct.new(
  :id,
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end