Class: Aws::Types::UpdateConfiguredTableInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_columns::Array[::String]

Returns the value of attribute allowed_columns.

Returns:

  • (::Array[::String])


3291
3292
3293
# File 'sig/types.rbs', line 3291

def allowed_columns
  @allowed_columns
end

#analysis_method"DIRECT_QUERY", ...

Returns the value of attribute analysis_method.

Returns:

  • ("DIRECT_QUERY", "DIRECT_JOB", "MULTIPLE")


3292
3293
3294
# File 'sig/types.rbs', line 3292

def analysis_method
  @analysis_method
end

#configured_table_identifier::String

Returns the value of attribute configured_table_identifier.

Returns:

  • (::String)


3287
3288
3289
# File 'sig/types.rbs', line 3287

def configured_table_identifier
  @configured_table_identifier
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3289
3290
3291
# File 'sig/types.rbs', line 3289

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3288
3289
3290
# File 'sig/types.rbs', line 3288

def name
  @name
end

#selected_analysis_methods::Array[("DIRECT_QUERY" | "DIRECT_JOB")]

Returns the value of attribute selected_analysis_methods.

Returns:

  • (::Array[("DIRECT_QUERY" | "DIRECT_JOB")])


3293
3294
3295
# File 'sig/types.rbs', line 3293

def selected_analysis_methods
  @selected_analysis_methods
end

#table_referenceTypes::TableReference

Returns the value of attribute table_reference.



3290
3291
3292
# File 'sig/types.rbs', line 3290

def table_reference
  @table_reference
end