Class: Aws::CleanRooms::Types::IntermediateTableOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IntermediateTableOutputConfiguration
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the intermediate table.
-
#id ⇒ String
The unique identifier of the intermediate table.
-
#name ⇒ String
The name of the intermediate table.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the intermediate table.
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 |
#id ⇒ String
The unique identifier of the intermediate table.
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 |
#name ⇒ String
The name of the intermediate table.
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 |