Class: Aws::Types::DataSourceSyncJobMetricTarget
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceSyncJobMetricTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#data_source_sync_job_id ⇒ ::String
Returns the value of attribute data_source_sync_job_id.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
569 570 571 |
# File 'sig/types.rbs', line 569 def data_source_id @data_source_id end |
#data_source_sync_job_id ⇒ ::String
Returns the value of attribute data_source_sync_job_id.
570 571 572 |
# File 'sig/types.rbs', line 570 def data_source_sync_job_id @data_source_sync_job_id end |