Class: Aws::Types::ReferenceDataSource
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reference_schema ⇒ Types::SourceSchema
Returns the value of attribute reference_schema.
-
#s3_reference_data_source ⇒ Types::S3ReferenceDataSource
Returns the value of attribute s3_reference_data_source.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#reference_schema ⇒ Types::SourceSchema
Returns the value of attribute reference_schema.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def reference_schema @reference_schema end |
#s3_reference_data_source ⇒ Types::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.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def table_name @table_name end |