Class: Aws::Types::LabelingJobOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::LabelingJobOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
6977 6978 6979 |
# File 'sig/types.rbs', line 6977 def kms_key_id @kms_key_id end |
#s3_output_path ⇒ ::String
Returns the value of attribute s3_output_path.
6976 6977 6978 |
# File 'sig/types.rbs', line 6976 def s3_output_path @s3_output_path end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
6978 6979 6980 |
# File 'sig/types.rbs', line 6978 def sns_topic_arn @sns_topic_arn end |