Class: Aws::WorkSpacesWeb::Types::AssociateUserSettingsRequest

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)


206
207
208
209
210
211
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 206

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

#user_settings_arnString

The ARN of the user settings.

Returns:

  • (String)


206
207
208
209
210
211
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 206

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