Class: Aws::Types::UpdateSessionLoggerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def display_name
  @display_name
end

#event_filterTypes::EventFilter

Returns the value of attribute event_filter.

Returns:



1233
1234
1235
# File 'sig/types.rbs', line 1233

def event_filter
  @event_filter
end

#log_configurationTypes::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.

Returns:

  • (::String)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def session_logger_arn
  @session_logger_arn
end