Class: Aws::WorkSpacesWeb::Types::GetSessionLoggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetSessionLoggerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_logger_arn ⇒ String
The ARN of the session logger.
Instance Attribute Details
#session_logger_arn ⇒ String
The ARN of the session logger.
2038 2039 2040 2041 2042 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2038 class GetSessionLoggerRequest < Struct.new( :session_logger_arn) SENSITIVE = [] include Aws::Structure end |