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 that populated the intermediate table.

Returns:

  • (String)


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_typeString

The type of analysis performed to populate the intermediate table.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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