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.
861 862 863 |
# File 'sig/types.rbs', line 861 def analysis_method @analysis_method end |
#analysis_rule_types ⇒ ::Array[("AGGREGATION" | "LIST" | "CUSTOM")]
Returns the value of attribute analysis_rule_types.
860 861 862 |
# File 'sig/types.rbs', line 860 def analysis_rule_types @analysis_rule_types end |
#arn ⇒ ::String
Returns the value of attribute arn.
856 857 858 |
# File 'sig/types.rbs', line 856 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
858 859 860 |
# File 'sig/types.rbs', line 858 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
855 856 857 |
# File 'sig/types.rbs', line 855 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
857 858 859 |
# File 'sig/types.rbs', line 857 def name @name end |
#selected_analysis_methods ⇒ ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
Returns the value of attribute selected_analysis_methods.
862 863 864 |
# File 'sig/types.rbs', line 862 def selected_analysis_methods @selected_analysis_methods end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
859 860 861 |
# File 'sig/types.rbs', line 859 def update_time @update_time end |