Class: Aws::Types::SchemaSummary
- Inherits:
-
Object
- Object
- Aws::Types::SchemaSummary
- 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" | "ID_MAPPING_TABLE")]
Returns the value of attribute analysis_rule_types.
-
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
-
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#selected_analysis_methods ⇒ ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
Returns the value of attribute selected_analysis_methods.
-
#type ⇒ "TABLE", ...
Returns the value of attribute type.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#analysis_method ⇒ "DIRECT_QUERY", ...
Returns the value of attribute analysis_method.
3035 3036 3037 |
# File 'sig/types.rbs', line 3035 def analysis_method @analysis_method end |
#analysis_rule_types ⇒ ::Array[("AGGREGATION" | "LIST" | "CUSTOM" | "ID_MAPPING_TABLE")]
Returns the value of attribute analysis_rule_types.
3034 3035 3036 |
# File 'sig/types.rbs', line 3034 def analysis_rule_types @analysis_rule_types end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
3033 3034 3035 |
# File 'sig/types.rbs', line 3033 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
3032 3033 3034 |
# File 'sig/types.rbs', line 3032 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def creator_account_id @creator_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
3027 3028 3029 |
# File 'sig/types.rbs', line 3027 def name @name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
3036 3037 3038 |
# File 'sig/types.rbs', line 3036 def resource_arn @resource_arn end |
#selected_analysis_methods ⇒ ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
Returns the value of attribute selected_analysis_methods.
3037 3038 3039 |
# File 'sig/types.rbs', line 3037 def selected_analysis_methods @selected_analysis_methods end |
#type ⇒ "TABLE", ...
Returns the value of attribute type.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def type @type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
3031 3032 3033 |
# File 'sig/types.rbs', line 3031 def update_time @update_time end |