Class: Aws::Types::S3LogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3LogConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
-
#folder_structure ⇒ "Flat", "NestedByDate"
Returns the value of attribute folder_structure.
-
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
-
#log_file_format ⇒ "JSONLines", "Json"
Returns the value of attribute log_file_format.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def bucket @bucket end |
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def bucket_owner @bucket_owner end |
#folder_structure ⇒ "Flat", "NestedByDate"
Returns the value of attribute folder_structure.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def folder_structure @folder_structure end |
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def key_prefix @key_prefix end |
#log_file_format ⇒ "JSONLines", "Json"
Returns the value of attribute log_file_format.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def log_file_format @log_file_format end |