Class: Aws::WorkSpacesWeb::Types::AssociateUserSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::AssociateUserSettingsResponse
- 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.
257 258 259 260 261 262 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 257 class AssociateUserSettingsResponse < Struct.new( :portal_arn, :user_settings_arn) SENSITIVE = [] include Aws::Structure end |
#user_settings_arn ⇒ String
The ARN of the user settings.
257 258 259 260 261 262 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 257 class AssociateUserSettingsResponse < Struct.new( :portal_arn, :user_settings_arn) SENSITIVE = [] include Aws::Structure end |