Class: Aws::Types::SchemaTypeProperties
- Inherits:
-
Object
- Object
- Aws::Types::SchemaTypeProperties
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ConfiguredTableAssociation, IdMappingTable, IntermediateTable, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_table_association ⇒ Types::ConfiguredTableAssociationSchemaTypeProperties
Returns the value of attribute configured_table_association.
-
#id_mapping_table ⇒ Types::IdMappingTableSchemaTypeProperties
Returns the value of attribute id_mapping_table.
-
#intermediate_table ⇒ Types::IntermediateTableSchemaTypeProperties
Returns the value of attribute intermediate_table.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#configured_table_association ⇒ Types::ConfiguredTableAssociationSchemaTypeProperties
Returns the value of attribute configured_table_association.
3044 3045 3046 |
# File 'sig/types.rbs', line 3044 def configured_table_association @configured_table_association end |
#id_mapping_table ⇒ Types::IdMappingTableSchemaTypeProperties
Returns the value of attribute id_mapping_table.
3042 3043 3044 |
# File 'sig/types.rbs', line 3042 def id_mapping_table @id_mapping_table end |
#intermediate_table ⇒ Types::IntermediateTableSchemaTypeProperties
Returns the value of attribute intermediate_table.
3043 3044 3045 |
# File 'sig/types.rbs', line 3043 def intermediate_table @intermediate_table end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3045 3046 3047 |
# File 'sig/types.rbs', line 3045 def unknown @unknown end |