Class: Aws::WorkSpacesWeb::Types::SessionLoggerSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::SessionLoggerSummary
- Includes:
- Structure
- Defined in:
- 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.
3695 3696 3697 3698 3699 3700 3701 3702 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3695 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.
3695 3696 3697 3698 3699 3700 3701 3702 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3695 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.
3695 3696 3697 3698 3699 3700 3701 3702 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3695 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.
3695 3696 3697 3698 3699 3700 3701 3702 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3695 class SessionLoggerSummary < Struct.new( :session_logger_arn, :log_configuration, :display_name, :creation_date) SENSITIVE = [:display_name] include Aws::Structure end |