Class: Aws::Types::Schema
- Inherits:
-
Object
- Object
- Aws::Types::Schema
- 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.
-
#columns ⇒ ::Array[Types::Column]
Returns the value of attribute columns.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#partition_keys ⇒ ::Array[Types::Column]
Returns the value of attribute partition_keys.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#schema_status_details ⇒ ::Array[Types::SchemaStatusDetail]
Returns the value of attribute schema_status_details.
-
#schema_type_properties ⇒ Types::SchemaTypeProperties
Returns the value of attribute schema_type_properties.
-
#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.
3016 3017 3018 |
# File 'sig/types.rbs', line 3016 def analysis_method @analysis_method end |
#analysis_rule_types ⇒ ::Array[("AGGREGATION" | "LIST" | "CUSTOM" | "ID_MAPPING_TABLE")]
Returns the value of attribute analysis_rule_types.
3015 3016 3017 |
# File 'sig/types.rbs', line 3015 def analysis_rule_types @analysis_rule_types end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
3021 3022 3023 |
# File 'sig/types.rbs', line 3021 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
3020 3021 3022 |
# File 'sig/types.rbs', line 3020 def collaboration_id @collaboration_id end |
#columns ⇒ ::Array[Types::Column]
Returns the value of attribute columns.
3013 3014 3015 |
# File 'sig/types.rbs', line 3013 def columns @columns end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
3023 3024 3025 |
# File 'sig/types.rbs', line 3023 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
3018 3019 3020 |
# File 'sig/types.rbs', line 3018 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
3022 3023 3024 |
# File 'sig/types.rbs', line 3022 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
3019 3020 3021 |
# File 'sig/types.rbs', line 3019 def name @name end |
#partition_keys ⇒ ::Array[Types::Column]
Returns the value of attribute partition_keys.
3014 3015 3016 |
# File 'sig/types.rbs', line 3014 def partition_keys @partition_keys end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
3027 3028 3029 |
# File 'sig/types.rbs', line 3027 def resource_arn @resource_arn end |
#schema_status_details ⇒ ::Array[Types::SchemaStatusDetail]
Returns the value of attribute schema_status_details.
3026 3027 3028 |
# File 'sig/types.rbs', line 3026 def schema_status_details @schema_status_details end |
#schema_type_properties ⇒ Types::SchemaTypeProperties
Returns the value of attribute schema_type_properties.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def schema_type_properties @schema_type_properties end |
#selected_analysis_methods ⇒ ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
Returns the value of attribute selected_analysis_methods.
3017 3018 3019 |
# File 'sig/types.rbs', line 3017 def selected_analysis_methods @selected_analysis_methods end |
#type ⇒ "TABLE", ...
Returns the value of attribute type.
3025 3026 3027 |
# File 'sig/types.rbs', line 3025 def type @type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
3024 3025 3026 |
# File 'sig/types.rbs', line 3024 def update_time @update_time end |