Class: Aws::Types::S3MonitoringConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3MonitoringConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
Instance Attribute Details
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
552 553 554 |
# File 'sig/types.rbs', line 552 def encryption_key_arn @encryption_key_arn end |
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
551 552 553 |
# File 'sig/types.rbs', line 551 def log_uri @log_uri end |