Class: Aws::Types::ReferenceDataSourceDescription
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceDataSourceDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
-
#reference_schema ⇒ Types::SourceSchema
Returns the value of attribute reference_schema.
-
#s3_reference_data_source_description ⇒ Types::S3ReferenceDataSourceDescription
Returns the value of attribute s3_reference_data_source_description.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def reference_id @reference_id end |
#reference_schema ⇒ Types::SourceSchema
Returns the value of attribute reference_schema.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def reference_schema @reference_schema end |
#s3_reference_data_source_description ⇒ Types::S3ReferenceDataSourceDescription
Returns the value of attribute s3_reference_data_source_description.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def s3_reference_data_source_description @s3_reference_data_source_description end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def table_name @table_name end |