Class: Aws::Types::UpdateSessionLoggerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSessionLoggerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#event_filter ⇒ Types::EventFilter
Returns the value of attribute event_filter.
-
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
-
#session_logger_arn ⇒ ::String
Returns the value of attribute session_logger_arn.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def display_name @display_name end |
#event_filter ⇒ Types::EventFilter
Returns the value of attribute event_filter.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def event_filter @event_filter end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def log_configuration @log_configuration end |
#session_logger_arn ⇒ ::String
Returns the value of attribute session_logger_arn.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def session_logger_arn @session_logger_arn end |