Class: Aws::Types::S3LogDestinationParameters
- Inherits:
-
Object
- Object
- Aws::Types::S3LogDestinationParameters
- 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.
578 579 580 |
# File 'sig/types.rbs', line 578 def bucket_name @bucket_name end |
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
579 580 581 |
# File 'sig/types.rbs', line 579 def bucket_owner @bucket_owner end |
#output_format ⇒ "json", ...
Returns the value of attribute output_format.
580 581 582 |
# File 'sig/types.rbs', line 580 def output_format @output_format end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
581 582 583 |
# File 'sig/types.rbs', line 581 def prefix @prefix end |