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.
510 511 512 |
# File 'sig/types.rbs', line 510 def reference_id @reference_id end |
#reference_schema ⇒ Types::SourceSchema
Returns the value of attribute reference_schema.
513 514 515 |
# File 'sig/types.rbs', line 513 def reference_schema @reference_schema end |
#s3_reference_data_source_description ⇒ Types::S3ReferenceDataSourceDescription
Returns the value of attribute s3_reference_data_source_description.
512 513 514 |
# File 'sig/types.rbs', line 512 def s3_reference_data_source_description @s3_reference_data_source_description end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
511 512 513 |
# File 'sig/types.rbs', line 511 def table_name @table_name end |