Class: Aws::Types::ExperimentTemplateS3LogConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentTemplateS3LogConfigurationInput
- 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.
414 415 416 |
# File 'sig/types.rbs', line 414 def bucket_name @bucket_name end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
415 416 417 |
# File 'sig/types.rbs', line 415 def prefix @prefix end |