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.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def configured_table_association @configured_table_association end |
#id_mapping_table ⇒ Types::IdMappingTableSchemaTypeProperties
Returns the value of attribute id_mapping_table.
3069 3070 3071 |
# File 'sig/types.rbs', line 3069 def id_mapping_table @id_mapping_table end |
#intermediate_table ⇒ Types::IntermediateTableSchemaTypeProperties
Returns the value of attribute intermediate_table.
3070 3071 3072 |
# File 'sig/types.rbs', line 3070 def intermediate_table @intermediate_table end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3072 3073 3074 |
# File 'sig/types.rbs', line 3072 def unknown @unknown end |