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.



3071
3072
3073
# File 'sig/types.rbs', line 3071

def configured_table_association
  @configured_table_association
end

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

Returns the value of attribute intermediate_table.



3070
3071
3072
# File 'sig/types.rbs', line 3070

def intermediate_table
  @intermediate_table
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3072
3073
3074
# File 'sig/types.rbs', line 3072

def unknown
  @unknown
end