Class: Aws::WorkSpacesWeb::Types::GetUserSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetUserSettingsRequest
- 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.
2173 2174 2175 2176 2177 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2173 class GetUserSettingsRequest < Struct.new( :user_settings_arn) SENSITIVE = [] include Aws::Structure end |