Class: Aws::WorkSpacesWeb::Types::CreateDataProtectionSettingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_protection_settings_arnString

The ARN of the data protection settings resource.

Returns:

  • (String)


578
579
580
581
582
# File 'lib/aws-sdk-workspacesweb/types.rb', line 578

class CreateDataProtectionSettingsResponse < Struct.new(
  :data_protection_settings_arn)
  SENSITIVE = []
  include Aws::Structure
end