Class: Aws::WorkSpacesWeb::Types::DisassociateUserAccessLoggingSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DisassociateUserAccessLoggingSettingsRequest
- 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 web portal.
Instance Attribute Details
#portal_arn ⇒ String
The ARN of the web portal.
1471 1472 1473 1474 1475 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1471 class DisassociateUserAccessLoggingSettingsRequest < Struct.new( :portal_arn) SENSITIVE = [] include Aws::Structure end |