Class: Aws::CleanRooms::Types::IntermediateTableActiveVersion

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

Overview

Contains the details of the currently active version of an intermediate table.

Constant Summary collapse

SENSITIVE =
[:parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_idString

The identifier of the protected query that created this version.

Returns:

  • (String)


6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6429

class IntermediateTableActiveVersion < Struct.new(
  :version_id,
  :analysis_id,
  :analysis_type,
  :kms_key_arn,
  :parameters,
  :inherited_constraints,
  :expiration_time)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#analysis_typeString

The type of analysis that created this version.

Returns:

  • (String)


6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6429

class IntermediateTableActiveVersion < Struct.new(
  :version_id,
  :analysis_id,
  :analysis_type,
  :kms_key_arn,
  :parameters,
  :inherited_constraints,
  :expiration_time)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#expiration_timeTime

The time when this version expires based on the retention period.

Returns:

  • (Time)


6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6429

class IntermediateTableActiveVersion < Struct.new(
  :version_id,
  :analysis_id,
  :analysis_type,
  :kms_key_arn,
  :parameters,
  :inherited_constraints,
  :expiration_time)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#inherited_constraintsTypes::IntermediateTableInheritedConstraints

The privacy constraints inherited from parent tables at the time this version was populated.



6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6429

class IntermediateTableActiveVersion < Struct.new(
  :version_id,
  :analysis_id,
  :analysis_type,
  :kms_key_arn,
  :parameters,
  :inherited_constraints,
  :expiration_time)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#kms_key_arnString

The Amazon Resource Name (ARN) of the KMS key used to encrypt this version's data.

Returns:

  • (String)


6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6429

class IntermediateTableActiveVersion < Struct.new(
  :version_id,
  :analysis_id,
  :analysis_type,
  :kms_key_arn,
  :parameters,
  :inherited_constraints,
  :expiration_time)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#parametersHash<String,String>

The runtime parameters that were used when populating this version.

Returns:

  • (Hash<String,String>)


6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6429

class IntermediateTableActiveVersion < Struct.new(
  :version_id,
  :analysis_id,
  :analysis_type,
  :kms_key_arn,
  :parameters,
  :inherited_constraints,
  :expiration_time)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#version_idString

The unique identifier of the active version.

Returns:

  • (String)


6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6429

class IntermediateTableActiveVersion < Struct.new(
  :version_id,
  :analysis_id,
  :analysis_type,
  :kms_key_arn,
  :parameters,
  :inherited_constraints,
  :expiration_time)
  SENSITIVE = [:parameters]
  include Aws::Structure
end