Class: Aws::CleanRooms::Types::PopulateIntermediateTableOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::PopulateIntermediateTableOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_id ⇒ String
The identifier for the protected query execution that populated the intermediate table.
-
#analysis_type ⇒ String
The type of analysis performed to populate the intermediate table.
-
#version_id ⇒ String
The unique identifier of the version created by this population operation.
Instance Attribute Details
#analysis_id ⇒ String
The identifier for the protected query execution that populated the intermediate table.
9082 9083 9084 9085 9086 9087 9088 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9082 class PopulateIntermediateTableOutput < Struct.new( :analysis_id, :analysis_type, :version_id) SENSITIVE = [] include Aws::Structure end |
#analysis_type ⇒ String
The type of analysis performed to populate the intermediate table.
9082 9083 9084 9085 9086 9087 9088 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9082 class PopulateIntermediateTableOutput < Struct.new( :analysis_id, :analysis_type, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
The unique identifier of the version created by this population operation.
9082 9083 9084 9085 9086 9087 9088 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9082 class PopulateIntermediateTableOutput < Struct.new( :analysis_id, :analysis_type, :version_id) SENSITIVE = [] include Aws::Structure end |