Class: Aws::Types::SchemaTypeProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: ConfiguredTableAssociation, IdMappingTable, IntermediateTable, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configured_table_associationTypes::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_tableTypes::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_tableTypes::IntermediateTableSchemaTypeProperties

Returns the value of attribute intermediate_table.



3043
3044
3045
# File 'sig/types.rbs', line 3043

def intermediate_table
  @intermediate_table
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3045
3046
3047
# File 'sig/types.rbs', line 3045

def unknown
  @unknown
end