Class: Aws::WorkSpacesWeb::Types::SessionLoggerSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::SessionLoggerSummary
- 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
-
#creation_date ⇒ Time
The date the session logger resource was created.
-
#display_name ⇒ String
The human-readable display name.
-
#log_configuration ⇒ Types::LogConfiguration
The configuration that specifies where the logs are fowarded.
-
#session_logger_arn ⇒ String
The ARN of the session logger resource.
Instance Attribute Details
#creation_date ⇒ Time
The date the session logger resource was created.
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_name ⇒ String
The human-readable display name.
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_configuration ⇒ Types::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_arn ⇒ String
The ARN of the session logger resource.
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 |