Class: Aws::Types::S3LoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3LoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
-
#log_location ⇒ ::String
Returns the value of attribute log_location.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def enabled @enabled end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def kms_key @kms_key end |
#log_location ⇒ ::String
Returns the value of attribute log_location.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def log_location @log_location end |