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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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)


6704
6705
6706
6707
6708
6709
6710
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6704

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

#idString

The unique identifier of the intermediate table.

Returns:

  • (String)


6704
6705
6706
6707
6708
6709
6710
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6704

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

#nameString

The name of the intermediate table.

Returns:

  • (String)


6704
6705
6706
6707
6708
6709
6710
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6704

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