Class: Aws::CleanRooms::Types::UpdateConfiguredTableInput

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>)


8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8912

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

#analysis_methodString

The analysis method for the configured table.

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.

Returns:

  • (String)


8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8912

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

#configured_table_identifierString

The identifier for the configured table to update. Currently accepts the configured table ID.

Returns:

  • (String)


8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8912

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

#descriptionString

A new description for the configured table.

Returns:

  • (String)


8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8912

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

#nameString

A new name for the configured table.

Returns:

  • (String)


8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8912

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

#selected_analysis_methodsArray<String>

The selected analysis methods for the table configuration update.

Returns:

  • (Array<String>)


8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8912

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

#table_referenceTypes::TableReference

A pointer to the dataset that underlies this table.



8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8912

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