Class: Aws::Types::UpdateConfiguredTableInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConfiguredTableInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_columns ⇒ ::Array[::String]
Returns the value of attribute allowed_columns.
-
#analysis_method ⇒ "DIRECT_QUERY", ...
Returns the value of attribute analysis_method.
-
#configured_table_identifier ⇒ ::String
Returns the value of attribute configured_table_identifier.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#selected_analysis_methods ⇒ ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
Returns the value of attribute selected_analysis_methods.
-
#table_reference ⇒ Types::TableReference
Returns the value of attribute table_reference.
Instance Attribute Details
#allowed_columns ⇒ ::Array[::String]
Returns the value of attribute allowed_columns.
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.
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.
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.
3289 3290 3291 |
# File 'sig/types.rbs', line 3289 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
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.
3293 3294 3295 |
# File 'sig/types.rbs', line 3293 def selected_analysis_methods @selected_analysis_methods end |
#table_reference ⇒ Types::TableReference
Returns the value of attribute table_reference.
3290 3291 3292 |
# File 'sig/types.rbs', line 3290 def table_reference @table_reference end |