Class: Aws::CleanRooms::Types::PopulateIntermediateTableOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_idString

The identifier for the protected query execution. Use this value with GetProtectedQuery to track the population progress.

Returns:

  • (String)


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_typeString

The type of analysis performed to populate the intermediate table.

Returns:

  • (String)


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_idString

The unique identifier of the version created by this population operation.

Returns:

  • (String)


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