Class: Aws::Types::ProcessingS3Output
- Inherits:
-
Object
- Object
- Aws::Types::ProcessingS3Output
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_path ⇒ ::String
Returns the value of attribute local_path.
-
#s3_upload_mode ⇒ "Continuous", "EndOfJob"
Returns the value of attribute s3_upload_mode.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#local_path ⇒ ::String
Returns the value of attribute local_path.
10047 10048 10049 |
# File 'sig/types.rbs', line 10047 def local_path @local_path end |
#s3_upload_mode ⇒ "Continuous", "EndOfJob"
Returns the value of attribute s3_upload_mode.
10048 10049 10050 |
# File 'sig/types.rbs', line 10048 def s3_upload_mode @s3_upload_mode end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
10046 10047 10048 |
# File 'sig/types.rbs', line 10046 def s3_uri @s3_uri end |