Class: Aws::Types::ReferenceDataSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reference_schemaTypes::SourceSchema

Returns the value of attribute reference_schema.

Returns:



505
506
507
# File 'sig/types.rbs', line 505

def reference_schema
  @reference_schema
end

#s3_reference_data_sourceTypes::S3ReferenceDataSource

Returns the value of attribute s3_reference_data_source.



504
505
506
# File 'sig/types.rbs', line 504

def s3_reference_data_source
  @s3_reference_data_source
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


503
504
505
# File 'sig/types.rbs', line 503

def table_name
  @table_name
end