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.
719 720 721 |
# File 'sig/types.rbs', line 719 def allowed_columns @allowed_columns end |
#analysis_method ⇒ "DIRECT_QUERY", ...
Returns the value of attribute analysis_method.
718 719 720 |
# File 'sig/types.rbs', line 718 def analysis_method @analysis_method end |
#analysis_rule_types ⇒ ::Array[("AGGREGATION" | "LIST" | "CUSTOM")]
Returns the value of attribute analysis_rule_types.
717 718 719 |
# File 'sig/types.rbs', line 717 def analysis_rule_types @analysis_rule_types end |
#arn ⇒ ::String
Returns the value of attribute arn.
711 712 713 |
# File 'sig/types.rbs', line 711 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
715 716 717 |
# File 'sig/types.rbs', line 715 def create_time @create_time end |
#description ⇒ ::String
Returns the value of attribute description.
713 714 715 |
# File 'sig/types.rbs', line 713 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
710 711 712 |
# File 'sig/types.rbs', line 710 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
712 713 714 |
# File 'sig/types.rbs', line 712 def name @name end |
#selected_analysis_methods ⇒ ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
Returns the value of attribute selected_analysis_methods.
720 721 722 |
# File 'sig/types.rbs', line 720 def selected_analysis_methods @selected_analysis_methods end |
#table_reference ⇒ Types::TableReference
Returns the value of attribute table_reference.
714 715 716 |
# File 'sig/types.rbs', line 714 def table_reference @table_reference end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
716 717 718 |
# File 'sig/types.rbs', line 716 def update_time @update_time end |