Class: Aws::WorkSpacesWeb::Types::UpdateSessionLoggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::UpdateSessionLoggerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:display_name]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The updated display name.
-
#event_filter ⇒ Types::EventFilter
The updated eventFilter.
-
#log_configuration ⇒ Types::LogConfiguration
The updated logConfiguration.
-
#session_logger_arn ⇒ String
The ARN of the session logger to update.
Instance Attribute Details
#display_name ⇒ String
The updated display name.
4045 4046 4047 4048 4049 4050 4051 4052 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4045 class UpdateSessionLoggerRequest < Struct.new( :session_logger_arn, :event_filter, :log_configuration, :display_name) SENSITIVE = [:display_name] include Aws::Structure end |
#event_filter ⇒ Types::EventFilter
The updated eventFilter.
4045 4046 4047 4048 4049 4050 4051 4052 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4045 class UpdateSessionLoggerRequest < Struct.new( :session_logger_arn, :event_filter, :log_configuration, :display_name) SENSITIVE = [:display_name] include Aws::Structure end |
#log_configuration ⇒ Types::LogConfiguration
The updated logConfiguration.
4045 4046 4047 4048 4049 4050 4051 4052 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4045 class UpdateSessionLoggerRequest < Struct.new( :session_logger_arn, :event_filter, :log_configuration, :display_name) SENSITIVE = [:display_name] include Aws::Structure end |
#session_logger_arn ⇒ String
The ARN of the session logger to update.
4045 4046 4047 4048 4049 4050 4051 4052 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4045 class UpdateSessionLoggerRequest < Struct.new( :session_logger_arn, :event_filter, :log_configuration, :display_name) SENSITIVE = [:display_name] include Aws::Structure end |