Method: Aws::WorkSpacesWeb::Types::AssociateDataProtectionSettingsRequest#data_protection_settings_arn
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
#data_protection_settings_arn ⇒ String
The ARN of the data protection settings.
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 |