Class: Aws::Types::AssociateUserSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateUserSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
-
#user_settings_arn ⇒ ::String
Returns the value of attribute user_settings_arn.
Instance Attribute Details
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
101 102 103 |
# File 'sig/types.rbs', line 101 def portal_arn @portal_arn end |
#user_settings_arn ⇒ ::String
Returns the value of attribute user_settings_arn.
102 103 104 |
# File 'sig/types.rbs', line 102 def user_settings_arn @user_settings_arn end |