Class: Aws::WorkSpacesWeb::Types::AssociateDataProtectionSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateDataProtectionSettingsResponse
- 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.
-
#portal_arn ⇒ String
The ARN of the web portal.
Instance Attribute Details
#data_protection_settings_arn ⇒ String
The ARN of the data protection settings resource.
87 88 89 90 91 92 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 87 class AssociateDataProtectionSettingsResponse < Struct.new( :data_protection_settings_arn, :portal_arn) SENSITIVE = [] include Aws::Structure end |
#portal_arn ⇒ String
The ARN of the web portal.
87 88 89 90 91 92 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 87 class AssociateDataProtectionSettingsResponse < Struct.new( :data_protection_settings_arn, :portal_arn) SENSITIVE = [] include Aws::Structure end |