Method: Aws::WorkSpacesWeb::Types::AssociateDataProtectionSettingsRequest#portal_arn

Defined in:
lib/aws-sdk-workspacesweb/types.rb

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


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