Class: Aws::Types::SessionCloudWatchLoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SessionCloudWatchLoggingConfiguration
- 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_group ⇒ ::String
Returns the value of attribute log_group.
-
#log_stream_name_prefix ⇒ ::String
Returns the value of attribute log_stream_name_prefix.
-
#log_types ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute log_types.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def enabled @enabled end |
#encryption_key_arn ⇒ ::String
Returns the value of attribute encryption_key_arn.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def encryption_key_arn @encryption_key_arn end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def log_group @log_group end |
#log_stream_name_prefix ⇒ ::String
Returns the value of attribute log_stream_name_prefix.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def log_stream_name_prefix @log_stream_name_prefix end |
#log_types ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute log_types.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def log_types @log_types end |