Class: Aws::Types::JobOutputDataConfig
- Inherits:
-
Object
- Object
- Aws::Types::JobOutputDataConfig
- 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_path ⇒ ::String
Returns the value of attribute s3_path.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
293 294 295 |
# File 'sig/types.rbs', line 293 def kms_key_id @kms_key_id end |
#s3_path ⇒ ::String
Returns the value of attribute s3_path.
294 295 296 |
# File 'sig/types.rbs', line 294 def s3_path @s3_path end |