Class: Aws::WorkSpacesWeb::Types::AssociateUserSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateUserSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#portal_arn ⇒ String
The ARN of the web portal.
-
#user_settings_arn ⇒ String
The ARN of the user settings.
Instance Attribute Details
#portal_arn ⇒ String
The ARN of the web portal.
240 241 242 243 244 245 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 240 class AssociateUserSettingsRequest < Struct.new( :portal_arn, :user_settings_arn) SENSITIVE = [] include Aws::Structure end |
#user_settings_arn ⇒ String
The ARN of the user settings.
240 241 242 243 244 245 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 240 class AssociateUserSettingsRequest < Struct.new( :portal_arn, :user_settings_arn) SENSITIVE = [] include Aws::Structure end |