Class: Aws::Types::S3Config
- Inherits:
-
Object
- Object
- Aws::Types::S3Config
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
-
#log_delivery_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute log_delivery_status.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
361 362 363 |
# File 'sig/types.rbs', line 361 def bucket_name @bucket_name end |
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
362 363 364 |
# File 'sig/types.rbs', line 362 def bucket_prefix @bucket_prefix end |
#log_delivery_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute log_delivery_status.
363 364 365 |
# File 'sig/types.rbs', line 363 def log_delivery_status @log_delivery_status end |