Class: Aws::Types::LabelingJobDataSource
- Inherits:
-
Object
- Object
- Aws::Types::LabelingJobDataSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_data_source ⇒ Types::LabelingJobS3DataSource
Returns the value of attribute s3_data_source.
-
#sns_data_source ⇒ Types::LabelingJobSnsDataSource
Returns the value of attribute sns_data_source.
Instance Attribute Details
#s3_data_source ⇒ Types::LabelingJobS3DataSource
Returns the value of attribute s3_data_source.
6948 6949 6950 |
# File 'sig/types.rbs', line 6948 def s3_data_source @s3_data_source end |
#sns_data_source ⇒ Types::LabelingJobSnsDataSource
Returns the value of attribute sns_data_source.
6949 6950 6951 |
# File 'sig/types.rbs', line 6949 def sns_data_source @sns_data_source end |