Class: Aws::WorkSpacesWeb::Types::AssociateUserSettingsResponse

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

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


223
224
225
226
227
228
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 223

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

#user_settings_arnString

The ARN of the user settings.

Returns:

  • (String)


223
224
225
226
227
228
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 223

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