Class: Aws::FinSpaceData::Types::SchemaUnion
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::SchemaUnion
- Defined in:
- gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb
Overview
A union of schema types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tabular_schema_config ⇒ Types::SchemaDefinition
The configuration for a schema on a tabular Dataset.
Instance Attribute Details
#tabular_schema_config ⇒ Types::SchemaDefinition
The configuration for a schema on a tabular Dataset.
2307 2308 2309 2310 2311 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 2307 class SchemaUnion < Struct.new( :tabular_schema_config) SENSITIVE = [] include Aws::Structure end |