Class: Aws::Types::SessionLoggerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:display_name])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def display_name
  @display_name
end

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

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def session_logger_arn
  @session_logger_arn
end