Class: Aws::WorkSpacesWeb::Types::AssociateSessionLoggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateSessionLoggerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal_arn ⇒ String
The ARN of the portal to associate to the session logger ARN.
-
#session_logger_arn ⇒ String
The ARN of the session logger to associate to the portal ARN.
Instance Attribute Details
#portal_arn ⇒ String
The ARN of the portal to associate to the session logger ARN.
172 173 174 175 176 177 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 172 class AssociateSessionLoggerRequest < Struct.new( :portal_arn, :session_logger_arn) SENSITIVE = [] include Aws::Structure end |
#session_logger_arn ⇒ String
The ARN of the session logger to associate to the portal ARN.
172 173 174 175 176 177 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 172 class AssociateSessionLoggerRequest < Struct.new( :portal_arn, :session_logger_arn) SENSITIVE = [] include Aws::Structure end |