Class: Aws::CleanRooms::Types::IntermediateTableActiveVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IntermediateTableActiveVersion
- 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
-
#analysis_id ⇒ String
The identifier of the protected query that created this version.
-
#analysis_type ⇒ String
The type of analysis that created this version.
-
#expiration_time ⇒ Time
The time when this version expires based on the retention period.
-
#inherited_constraints ⇒ Types::IntermediateTableInheritedConstraints
The privacy constraints inherited from parent tables at the time this version was populated.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key used to encrypt this version's data.
-
#parameters ⇒ Hash<String,String>
The runtime parameters that were used when populating this version.
-
#version_id ⇒ String
The unique identifier of the active version.
Instance Attribute Details
#analysis_id ⇒ String
The identifier of the protected query that created this version.
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_type ⇒ String
The type of analysis that created this version.
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_time ⇒ Time
The time when this version expires based on the retention period.
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_constraints ⇒ Types::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_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key used to encrypt this version's data.
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 |
#parameters ⇒ Hash<String,String>
The runtime parameters that were used when populating this version.
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_id ⇒ String
The unique identifier of the active version.
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 |