Class: Aws::CleanRooms::Types::CreateConfiguredTableInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_columnsArray<String>

The columns of the underlying table that can be used by collaborations or analysis rules.

Returns:

  • (Array<String>)


2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2771

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#analysis_methodString

The analysis method for the configured tables. The only valid value is currently DIRECT\_QUERY.

Returns:

  • (String)


2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2771

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the configured table.

Returns:

  • (String)


2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2771

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the configured table.

Returns:

  • (String)


2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2771

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#table_referenceTypes::TableReference

A reference to the table being configured.



2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2771

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<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.

Returns:

  • (Hash<String,String>)


2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2771

class CreateConfiguredTableInput < Struct.new(
  :name,
  :description,
  :table_reference,
  :allowed_columns,
  :analysis_method,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end