Class: Aws::Types::S3LogsConfig
- Inherits:
-
Object
- Object
- Aws::Types::S3LogsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_owner_access ⇒ "NONE", ...
Returns the value of attribute bucket_owner_access.
-
#encryption_disabled ⇒ Boolean
Returns the value of attribute encryption_disabled.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#bucket_owner_access ⇒ "NONE", ...
Returns the value of attribute bucket_owner_access.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def bucket_owner_access @bucket_owner_access end |
#encryption_disabled ⇒ Boolean
Returns the value of attribute encryption_disabled.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def encryption_disabled @encryption_disabled end |
#location ⇒ ::String
Returns the value of attribute location.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def location @location end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def status @status end |