Class: Aws::WorkSpacesWeb::Types::DisassociateSessionLoggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DisassociateSessionLoggerRequest
- 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 disassociate from the a session logger.
Instance Attribute Details
#portal_arn ⇒ String
The ARN of the portal to disassociate from the a session logger.
1577 1578 1579 1580 1581 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1577 class DisassociateSessionLoggerRequest < Struct.new( :portal_arn) SENSITIVE = [] include Aws::Structure end |