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.
3676 3677 3678 3679 3680 3681 3682 3683 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3676 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.
3676 3677 3678 3679 3680 3681 3682 3683 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3676 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.
3676 3677 3678 3679 3680 3681 3682 3683 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3676 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.
3676 3677 3678 3679 3680 3681 3682 3683 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3676 class SessionLoggerSummary < Struct.new( :session_logger_arn, :log_configuration, :display_name, :creation_date) SENSITIVE = [:display_name] include Aws::Structure end |