Class: Aws::WorkSpacesWeb::Types::CreateDataProtectionSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreateDataProtectionSettingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_protection_settings_arn ⇒ String
The ARN of the data protection settings resource.
Instance Attribute Details
#data_protection_settings_arn ⇒ String
The ARN of the data protection settings resource.
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 |