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.
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.
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.
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.
3316 3317 3318 |
# File 'sig/types.rbs', line 3316 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
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.
3320 3321 3322 |
# File 'sig/types.rbs', line 3320 def selected_analysis_methods @selected_analysis_methods end |
#table_reference ⇒ Types::TableReference
Returns the value of attribute table_reference.
3317 3318 3319 |
# File 'sig/types.rbs', line 3317 def table_reference @table_reference end |