Class: Aws::WorkSpacesWeb::Types::DeleteUserSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::DeleteUserSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_settings_arn ⇒ String
The ARN of the user settings.
Instance Attribute Details
#user_settings_arn ⇒ String
The ARN of the user settings.
1375 1376 1377 1378 1379 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1375 class DeleteUserSettingsRequest < Struct.new( :user_settings_arn) SENSITIVE = [] include Aws::Structure end |