Class: Aws::Types::UpdateBrowserSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBrowserSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#browser_policy ⇒ ::String
Returns the value of attribute browser_policy.
-
#browser_settings_arn ⇒ ::String
Returns the value of attribute browser_settings_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#web_content_filtering_policy ⇒ Types::WebContentFilteringPolicy
Returns the value of attribute web_content_filtering_policy.
Instance Attribute Details
#browser_policy ⇒ ::String
Returns the value of attribute browser_policy.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def browser_policy @browser_policy end |
#browser_settings_arn ⇒ ::String
Returns the value of attribute browser_settings_arn.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def browser_settings_arn @browser_settings_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def client_token @client_token end |
#web_content_filtering_policy ⇒ Types::WebContentFilteringPolicy
Returns the value of attribute web_content_filtering_policy.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def web_content_filtering_policy @web_content_filtering_policy end |