Class: Aws::CleanRooms::Types::CreateConfiguredTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateConfiguredTableInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_columns ⇒ Array<String>
The columns of the underlying table that can be used by collaborations or analysis rules.
-
#analysis_method ⇒ String
The analysis method for the configured tables.
-
#description ⇒ String
A description for the configured table.
-
#name ⇒ String
The name of the configured table.
-
#table_reference ⇒ Types::TableReference
A reference to the Glue table being configured.
-
#tags ⇒ Hash<String,String>
An optional label that you can assign to a resource when you create it.
Instance Attribute Details
#allowed_columns ⇒ Array<String>
The columns of the underlying table that can be used by collaborations or analysis rules.
2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2743 class CreateConfiguredTableInput < Struct.new( :name, :description, :table_reference, :allowed_columns, :analysis_method, :tags) SENSITIVE = [] include Aws::Structure end |
#analysis_method ⇒ String
The analysis method for the configured tables. The only valid value is currently ‘DIRECT_QUERY`.
2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2743 class CreateConfiguredTableInput < Struct.new( :name, :description, :table_reference, :allowed_columns, :analysis_method, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the configured table.
2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2743 class CreateConfiguredTableInput < Struct.new( :name, :description, :table_reference, :allowed_columns, :analysis_method, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the configured table.
2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2743 class CreateConfiguredTableInput < Struct.new( :name, :description, :table_reference, :allowed_columns, :analysis_method, :tags) SENSITIVE = [] include Aws::Structure end |
#table_reference ⇒ Types::TableReference
A reference to the Glue table being configured.
2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2743 class CreateConfiguredTableInput < Struct.new( :name, :description, :table_reference, :allowed_columns, :analysis_method, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2743 class CreateConfiguredTableInput < Struct.new( :name, :description, :table_reference, :allowed_columns, :analysis_method, :tags) SENSITIVE = [] include Aws::Structure end |