Class: Aws::Types::SessionLoggerSummary
- Inherits:
-
Object
- Object
- Aws::Types::SessionLoggerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#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
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def creation_date @creation_date end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def display_name @display_name end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def log_configuration @log_configuration end |
#session_logger_arn ⇒ ::String
Returns the value of attribute session_logger_arn.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def session_logger_arn @session_logger_arn end |