Method: Aws::WorkSpacesWeb::Types::AssociateDataProtectionSettingsRequest#portal_arn
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
#portal_arn ⇒ String
The ARN of the web portal.
70 71 72 73 74 75 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 70 class AssociateDataProtectionSettingsRequest < Struct.new( :portal_arn, :data_protection_settings_arn) SENSITIVE = [] include Aws::Structure end |