Class: Aws::CleanRooms::Types::ConfiguredTableSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ConfiguredTableSummary
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
The configured table summary for the objects listed by the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_method ⇒ String
The analysis method for the configured tables.
-
#analysis_rule_types ⇒ Array<String>
The types of analysis rules associated with this configured table.
-
#arn ⇒ String
The unique ARN of the configured table.
-
#create_time ⇒ Time
The time the configured table was created.
-
#id ⇒ String
The unique ID of the configured table.
-
#name ⇒ String
The name of the configured table.
-
#selected_analysis_methods ⇒ Array<String>
The selected analysis methods for the configured table summary.
-
#update_time ⇒ Time
The time the configured table was last updated.
Instance Attribute Details
#analysis_method ⇒ String
The analysis method for the configured tables.
DIRECT_QUERY allows SQL queries to be run directly on this table.
DIRECT_JOB allows PySpark jobs to be run directly on this table.
MULTIPLE allows both SQL queries and PySpark jobs to be run
directly on this table.
2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2999 class ConfiguredTableSummary < Struct.new( :id, :arn, :name, :create_time, :update_time, :analysis_rule_types, :analysis_method, :selected_analysis_methods) SENSITIVE = [] include Aws::Structure end |
#analysis_rule_types ⇒ Array<String>
The types of analysis rules associated with this configured table.
2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2999 class ConfiguredTableSummary < Struct.new( :id, :arn, :name, :create_time, :update_time, :analysis_rule_types, :analysis_method, :selected_analysis_methods) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The unique ARN of the configured table.
2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2999 class ConfiguredTableSummary < Struct.new( :id, :arn, :name, :create_time, :update_time, :analysis_rule_types, :analysis_method, :selected_analysis_methods) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time the configured table was created.
2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2999 class ConfiguredTableSummary < Struct.new( :id, :arn, :name, :create_time, :update_time, :analysis_rule_types, :analysis_method, :selected_analysis_methods) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the configured table.
2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2999 class ConfiguredTableSummary < Struct.new( :id, :arn, :name, :create_time, :update_time, :analysis_rule_types, :analysis_method, :selected_analysis_methods) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the configured table.
2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2999 class ConfiguredTableSummary < Struct.new( :id, :arn, :name, :create_time, :update_time, :analysis_rule_types, :analysis_method, :selected_analysis_methods) SENSITIVE = [] include Aws::Structure end |
#selected_analysis_methods ⇒ Array<String>
The selected analysis methods for the configured table summary.
2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2999 class ConfiguredTableSummary < Struct.new( :id, :arn, :name, :create_time, :update_time, :analysis_rule_types, :analysis_method, :selected_analysis_methods) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The time the configured table was last updated.
2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2999 class ConfiguredTableSummary < Struct.new( :id, :arn, :name, :create_time, :update_time, :analysis_rule_types, :analysis_method, :selected_analysis_methods) SENSITIVE = [] include Aws::Structure end |