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:



1037
1038
1039
# File 'sig/types.rbs', line 1037

def reference_schema
  @reference_schema
end

#s3_reference_data_sourceTypes::S3ReferenceDataSource

Returns the value of attribute s3_reference_data_source.



1036
1037
1038
# File 'sig/types.rbs', line 1036

def s3_reference_data_source
  @s3_reference_data_source
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1035
1036
1037
# File 'sig/types.rbs', line 1035

def table_name
  @table_name
end