Class: Aws::WorkSpacesWeb::Types::DisassociateDataProtectionSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DisassociateDataProtectionSettingsRequest
- 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.
1407 1408 1409 1410 1411 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1407 class DisassociateDataProtectionSettingsRequest < Struct.new( :portal_arn) SENSITIVE = [] include Aws::Structure end |