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.
505 506 507 |
# File 'sig/types.rbs', line 505 def reference_schema @reference_schema end |
#s3_reference_data_source ⇒ Types::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.
503 504 505 |
# File 'sig/types.rbs', line 503 def table_name @table_name end |