Class: Aws::CleanRooms::Types::IntermediateTableSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::IntermediateTableSummary
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Contains summary information about an intermediate table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule_types ⇒ Array<String>
The types of analysis rules associated with the intermediate table.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the intermediate table.
-
#collaboration_arn ⇒ String
The Amazon Resource Name (ARN) of the collaboration that contains the intermediate table.
-
#collaboration_id ⇒ String
The unique identifier of the collaboration that contains the intermediate table.
-
#create_time ⇒ Time
The time the intermediate table was created.
-
#description ⇒ String
The description of the intermediate table.
-
#id ⇒ String
The unique identifier of the intermediate table.
-
#membership_arn ⇒ String
The Amazon Resource Name (ARN) of the membership that contains the intermediate table.
-
#membership_id ⇒ String
The unique identifier of the membership that contains the intermediate table.
-
#name ⇒ String
The name of the intermediate table.
-
#retention_in_days ⇒ Integer
The number of days that populated data is retained before expiring.
-
#status ⇒ String
The current status of the intermediate table.
-
#update_time ⇒ Time
The time the intermediate table was last updated.
Instance Attribute Details
#analysis_rule_types ⇒ Array<String>
The types of analysis rules associated with the intermediate table.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the intermediate table.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#collaboration_arn ⇒ String
The Amazon Resource Name (ARN) of the collaboration that contains the intermediate table.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#collaboration_id ⇒ String
The unique identifier of the collaboration that contains the intermediate table.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time the intermediate table was created.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the intermediate table.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the intermediate table.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#membership_arn ⇒ String
The Amazon Resource Name (ARN) of the membership that contains the intermediate table.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#membership_id ⇒ String
The unique identifier of the membership that contains the intermediate table.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the intermediate table.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#retention_in_days ⇒ Integer
The number of days that populated data is retained before expiring.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the intermediate table.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The time the intermediate table was last updated.
6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6800 class IntermediateTableSummary < Struct.new( :id, :arn, :name, :description, :membership_arn, :membership_id, :collaboration_arn, :collaboration_id, :create_time, :update_time, :status, :retention_in_days, :analysis_rule_types) SENSITIVE = [] include Aws::Structure end |