Class: Aws::WorkSpacesWeb::Types::SessionLoggerSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

The summary of the session logger resource.

Constant Summary collapse

SENSITIVE =
[:display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

The date the session logger resource was created.

Returns:

  • (Time)


3392
3393
3394
3395
3396
3397
3398
3399
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3392

class SessionLoggerSummary < Struct.new(
  :session_logger_arn,
  :log_configuration,
  :display_name,
  :creation_date)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#display_nameString

The human-readable display name.

Returns:

  • (String)


3392
3393
3394
3395
3396
3397
3398
3399
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3392

class SessionLoggerSummary < Struct.new(
  :session_logger_arn,
  :log_configuration,
  :display_name,
  :creation_date)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#log_configurationTypes::LogConfiguration

The configuration that specifies where the logs are fowarded.



3392
3393
3394
3395
3396
3397
3398
3399
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3392

class SessionLoggerSummary < Struct.new(
  :session_logger_arn,
  :log_configuration,
  :display_name,
  :creation_date)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#session_logger_arnString

The ARN of the session logger resource.

Returns:

  • (String)


3392
3393
3394
3395
3396
3397
3398
3399
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3392

class SessionLoggerSummary < Struct.new(
  :session_logger_arn,
  :log_configuration,
  :display_name,
  :creation_date)
  SENSITIVE = [:display_name]
  include Aws::Structure
end