Class: Aws::WorkSpacesWeb::Types::GetDataProtectionSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetDataProtectionSettingsRequest
- 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.
Instance Attribute Details
#data_protection_settings_arn ⇒ String
The ARN of the data protection settings.
1548 1549 1550 1551 1552 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1548 class GetDataProtectionSettingsRequest < Struct.new( :data_protection_settings_arn) SENSITIVE = [] include Aws::Structure end |