Class: Aws::WorkSpacesWeb::Types::CreateUserSettingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_settings_arnString

The ARN of the user settings.

Returns:

  • (String)


1007
1008
1009
1010
1011
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1007

class CreateUserSettingsResponse < Struct.new(
  :user_settings_arn)
  SENSITIVE = []
  include Aws::Structure
end