Class: Aws::Types::ConfiguredTableSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConfiguredTableSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#analysis_method ⇒ "DIRECT_QUERY", ...
Returns the value of attribute analysis_method.
844 845 846 |
# File 'sig/types.rbs', line 844 def analysis_method @analysis_method end |
#analysis_rule_types ⇒ ::Array[("AGGREGATION" | "LIST" | "CUSTOM")]
Returns the value of attribute analysis_rule_types.
843 844 845 |
# File 'sig/types.rbs', line 843 def analysis_rule_types @analysis_rule_types end |
#arn ⇒ ::String
Returns the value of attribute arn.
839 840 841 |
# File 'sig/types.rbs', line 839 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
841 842 843 |
# File 'sig/types.rbs', line 841 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
838 839 840 |
# File 'sig/types.rbs', line 838 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
840 841 842 |
# File 'sig/types.rbs', line 840 def name @name end |
#selected_analysis_methods ⇒ ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
Returns the value of attribute selected_analysis_methods.
845 846 847 |
# File 'sig/types.rbs', line 845 def selected_analysis_methods @selected_analysis_methods end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
842 843 844 |
# File 'sig/types.rbs', line 842 def update_time @update_time end |