Class: Aws::Types::SessionS3LoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SessionS3LoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
-
#log_types ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute log_types.
-
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def enabled @enabled end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def encryption_key_arn @encryption_key_arn end |
#log_types ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute log_types.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def log_types @log_types end |
#log_uri ⇒ ::String
Returns the value of attribute log_uri.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def log_uri @log_uri end |