Class: Aws::Types::MonitoringS3Output
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringS3Output
- 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.
9406 9407 9408 |
# File 'sig/types.rbs', line 9406 def local_path @local_path end |
#s3_upload_mode ⇒ "Continuous", "EndOfJob"
Returns the value of attribute s3_upload_mode.
9407 9408 9409 |
# File 'sig/types.rbs', line 9407 def s3_upload_mode @s3_upload_mode end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
9405 9406 9407 |
# File 'sig/types.rbs', line 9405 def s3_uri @s3_uri end |