Class: Aws::Types::ExperimentTemplateS3LogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentTemplateS3LogConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
408 409 410 |
# File 'sig/types.rbs', line 408 def bucket_name @bucket_name end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
409 410 411 |
# File 'sig/types.rbs', line 409 def prefix @prefix end |