Class: Aws::Types::CreateSessionLoggerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSessionLoggerRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
296 297 298 |
# File 'sig/types.rbs', line 296 def additional_encryption_context @additional_encryption_context end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
298 299 300 |
# File 'sig/types.rbs', line 298 def client_token @client_token end |
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
295 296 297 |
# File 'sig/types.rbs', line 295 def customer_managed_key @customer_managed_key end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
294 295 296 |
# File 'sig/types.rbs', line 294 def display_name @display_name end |
#event_filter ⇒ Types::EventFilter
Returns the value of attribute event_filter.
292 293 294 |
# File 'sig/types.rbs', line 292 def event_filter @event_filter end |
#log_configuration ⇒ Types::LogConfiguration
Returns the value of attribute log_configuration.
293 294 295 |
# File 'sig/types.rbs', line 293 def log_configuration @log_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
297 298 299 |
# File 'sig/types.rbs', line 297 def @tags end |