Class: Aws::Types::ConfiguredTable
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredTable
- 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.
-
#analysis_rule_types ⇒ ::Array[("AGGREGATION" | "LIST" | "CUSTOM")]
Returns the value of attribute analysis_rule_types.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#allowed_columns ⇒ ::Array[::String]
Returns the value of attribute allowed_columns.
702 703 704 |
# File 'sig/types.rbs', line 702 def allowed_columns @allowed_columns end |
#analysis_method ⇒ "DIRECT_QUERY", ...
Returns the value of attribute analysis_method.
701 702 703 |
# File 'sig/types.rbs', line 701 def analysis_method @analysis_method end |
#analysis_rule_types ⇒ ::Array[("AGGREGATION" | "LIST" | "CUSTOM")]
Returns the value of attribute analysis_rule_types.
700 701 702 |
# File 'sig/types.rbs', line 700 def analysis_rule_types @analysis_rule_types end |
#arn ⇒ ::String
Returns the value of attribute arn.
694 695 696 |
# File 'sig/types.rbs', line 694 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
698 699 700 |
# File 'sig/types.rbs', line 698 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
696 697 698 |
# File 'sig/types.rbs', line 696 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
693 694 695 |
# File 'sig/types.rbs', line 693 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
695 696 697 |
# File 'sig/types.rbs', line 695 def name @name end |
#selected_analysis_methods ⇒ ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
Returns the value of attribute selected_analysis_methods.
703 704 705 |
# File 'sig/types.rbs', line 703 def selected_analysis_methods @selected_analysis_methods end |
#table_reference ⇒ Types::TableReference
Returns the value of attribute table_reference.
697 698 699 |
# File 'sig/types.rbs', line 697 def table_reference @table_reference end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
699 700 701 |
# File 'sig/types.rbs', line 699 def update_time @update_time end |