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.
-
#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. Use this value
with GetProtectedQuery to track the population progress.
8796 8797 8798 8799 8800 8801 8802 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8796 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.
8796 8797 8798 8799 8800 8801 8802 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8796 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.
8796 8797 8798 8799 8800 8801 8802 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8796 class PopulateIntermediateTableOutput < Struct.new( :analysis_id, :analysis_type, :version_id) SENSITIVE = [] include Aws::Structure end |