Class: Aws::WorkSpacesWeb::Types::AssociateDataProtectionSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateDataProtectionSettingsRequest
- 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.
-
#portal_arn ⇒ String
The ARN of the web portal.
Instance Attribute Details
#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( :data_protection_settings_arn, :portal_arn) SENSITIVE = [] include Aws::Structure end |
#portal_arn ⇒ String
The ARN of the web portal.
70 71 72 73 74 75 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 70 class AssociateDataProtectionSettingsRequest < Struct.new( :data_protection_settings_arn, :portal_arn) SENSITIVE = [] include Aws::Structure end |