Class: Aws::Types::ReferenceDataSourceUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ReferenceDataSourceUpdate
- 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_update ⇒ Types::SourceSchema
Returns the value of attribute reference_schema_update.
-
#s3_reference_data_source_update ⇒ Types::S3ReferenceDataSourceUpdate
Returns the value of attribute s3_reference_data_source_update.
-
#table_name_update ⇒ ::String
Returns the value of attribute table_name_update.
Instance Attribute Details
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def reference_id @reference_id end |
#reference_schema_update ⇒ Types::SourceSchema
Returns the value of attribute reference_schema_update.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def reference_schema_update @reference_schema_update end |
#s3_reference_data_source_update ⇒ Types::S3ReferenceDataSourceUpdate
Returns the value of attribute s3_reference_data_source_update.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def s3_reference_data_source_update @s3_reference_data_source_update end |
#table_name_update ⇒ ::String
Returns the value of attribute table_name_update.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def table_name_update @table_name_update end |