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.
2989 2990 2991 |
# File 'sig/types.rbs', line 2989 def analysis_method @analysis_method end |
#analysis_rule_types ⇒ ::Array[("AGGREGATION" | "LIST" | "CUSTOM" | "ID_MAPPING_TABLE")]
Returns the value of attribute analysis_rule_types.
2988 2989 2990 |
# File 'sig/types.rbs', line 2988 def analysis_rule_types @analysis_rule_types end |
#collaboration_arn ⇒ ::String
Returns the value of attribute collaboration_arn.
2994 2995 2996 |
# File 'sig/types.rbs', line 2994 def collaboration_arn @collaboration_arn end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
2993 2994 2995 |
# File 'sig/types.rbs', line 2993 def collaboration_id @collaboration_id end |
#columns ⇒ ::Array[Types::Column]
Returns the value of attribute columns.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def columns @columns end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
2996 2997 2998 |
# File 'sig/types.rbs', line 2996 def create_time @create_time end |
#creator_account_id ⇒ ::String
Returns the value of attribute creator_account_id.
2991 2992 2993 |
# File 'sig/types.rbs', line 2991 def creator_account_id @creator_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
2995 2996 2997 |
# File 'sig/types.rbs', line 2995 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2992 2993 2994 |
# File 'sig/types.rbs', line 2992 def name @name end |
#partition_keys ⇒ ::Array[Types::Column]
Returns the value of attribute partition_keys.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def partition_keys @partition_keys end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def resource_arn @resource_arn end |
#schema_status_details ⇒ ::Array[Types::SchemaStatusDetail]
Returns the value of attribute schema_status_details.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def schema_status_details @schema_status_details end |
#schema_type_properties ⇒ Types::SchemaTypeProperties
Returns the value of attribute schema_type_properties.
3001 3002 3003 |
# File 'sig/types.rbs', line 3001 def schema_type_properties @schema_type_properties end |
#selected_analysis_methods ⇒ ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
Returns the value of attribute selected_analysis_methods.
2990 2991 2992 |
# File 'sig/types.rbs', line 2990 def selected_analysis_methods @selected_analysis_methods end |
#type ⇒ "TABLE", ...
Returns the value of attribute type.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def type @type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2997 2998 2999 |
# File 'sig/types.rbs', line 2997 def update_time @update_time end |