Class: Aws::Types::S3LogDestination
- Inherits:
-
Object
- Object
- Aws::Types::S3LogDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
-
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
570 571 572 |
# File 'sig/types.rbs', line 570 def bucket_name @bucket_name end |
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
572 573 574 |
# File 'sig/types.rbs', line 572 def bucket_owner @bucket_owner end |
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
573 574 575 |
# File 'sig/types.rbs', line 573 def output_format @output_format end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
571 572 573 |
# File 'sig/types.rbs', line 571 def prefix @prefix end |