Class: Aws::Types::AnalysisLogExportS3OutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisLogExportS3OutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
103 104 105 |
# File 'sig/types.rbs', line 103 def bucket @bucket end |
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
104 105 106 |
# File 'sig/types.rbs', line 104 def key_prefix @key_prefix end |