Class: Aws::Types::CreateConfiguredTableInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfiguredTableInput
- 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.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#allowed_columns ⇒ ::Array[::String]
Returns the value of attribute allowed_columns.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def allowed_columns @allowed_columns end |
#analysis_method ⇒ "DIRECT_QUERY", ...
Returns the value of attribute analysis_method.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def analysis_method @analysis_method end |
#description ⇒ ::String
Returns the value of attribute description.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def name @name end |
#selected_analysis_methods ⇒ ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
Returns the value of attribute selected_analysis_methods.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def selected_analysis_methods @selected_analysis_methods end |
#table_reference ⇒ Types::TableReference
Returns the value of attribute table_reference.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def table_reference @table_reference end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def @tags end |