Class: Aws::WorkSpacesWeb::Types::CreateUserSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreateUserSettingsResponse
- 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.
1115 1116 1117 1118 1119 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1115 class CreateUserSettingsResponse < Struct.new( :user_settings_arn) SENSITIVE = [] include Aws::Structure end |