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


3318
3319
3320
# File 'sig/types.rbs', line 3318

def allowed_columns
  @allowed_columns
end

#analysis_method"DIRECT_QUERY", ...

Returns the value of attribute analysis_method.

Returns:

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


3319
3320
3321
# File 'sig/types.rbs', line 3319

def analysis_method
  @analysis_method
end

#configured_table_identifier::String

Returns the value of attribute configured_table_identifier.

Returns:

  • (::String)


3314
3315
3316
# File 'sig/types.rbs', line 3314

def configured_table_identifier
  @configured_table_identifier
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3316
3317
3318
# File 'sig/types.rbs', line 3316

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3315
3316
3317
# File 'sig/types.rbs', line 3315

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


3320
3321
3322
# File 'sig/types.rbs', line 3320

def selected_analysis_methods
  @selected_analysis_methods
end

#table_referenceTypes::TableReference

Returns the value of attribute table_reference.



3317
3318
3319
# File 'sig/types.rbs', line 3317

def table_reference
  @table_reference
end