Class: Aws::Types::SessionLogger
- Inherits:
-
Object
- Object
- Aws::Types::SessionLogger
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
-
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
-
#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
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def additional_encryption_context @additional_encryption_context end |
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def associated_portal_arns @associated_portal_arns end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def creation_date @creation_date end |
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def customer_managed_key @customer_managed_key end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def display_name @display_name end |
#event_filter ⇒ Types::EventFilter
Returns the value of attribute event_filter.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def event_filter @event_filter end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def log_configuration @log_configuration end |
#session_logger_arn ⇒ ::String
Returns the value of attribute session_logger_arn.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def session_logger_arn @session_logger_arn end |