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.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def allowed_columns @allowed_columns end |
#analysis_method ⇒ "DIRECT_QUERY", ...
Returns the value of attribute analysis_method.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def analysis_method @analysis_method end |
#description ⇒ ::String
Returns the value of attribute description.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def name @name end |
#selected_analysis_methods ⇒ ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
Returns the value of attribute selected_analysis_methods.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def selected_analysis_methods @selected_analysis_methods end |
#table_reference ⇒ Types::TableReference
Returns the value of attribute table_reference.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def table_reference @table_reference end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def @tags end |