Class: Aws::Types::AssociateBrowserSettingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateBrowserSettingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#browser_settings_arn ⇒ ::String
Returns the value of attribute browser_settings_arn.
-
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
Instance Attribute Details
#browser_settings_arn ⇒ ::String
Returns the value of attribute browser_settings_arn.
24 25 26 |
# File 'sig/types.rbs', line 24 def browser_settings_arn @browser_settings_arn end |
#portal_arn ⇒ ::String
Returns the value of attribute portal_arn.
23 24 25 |
# File 'sig/types.rbs', line 23 def portal_arn @portal_arn end |