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.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def encryption_key_arn @encryption_key_arn end |
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def log_uri @log_uri end |