Class: Aws::Types::BrowserSettings
- Inherits:
-
Object
- Object
- Aws::Types::BrowserSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
-
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
-
#browser_policy ⇒ ::String
Returns the value of attribute browser_policy.
-
#browser_settings_arn ⇒ ::String
Returns the value of attribute browser_settings_arn.
-
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
-
#web_content_filtering_policy ⇒ Types::WebContentFilteringPolicy
Returns the value of attribute web_content_filtering_policy.
Instance Attribute Details
#additional_encryption_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_encryption_context.
147 148 149 |
# File 'sig/types.rbs', line 147 def additional_encryption_context @additional_encryption_context end |
#associated_portal_arns ⇒ ::Array[::String]
Returns the value of attribute associated_portal_arns.
144 145 146 |
# File 'sig/types.rbs', line 144 def associated_portal_arns @associated_portal_arns end |
#browser_policy ⇒ ::String
Returns the value of attribute browser_policy.
145 146 147 |
# File 'sig/types.rbs', line 145 def browser_policy @browser_policy end |
#browser_settings_arn ⇒ ::String
Returns the value of attribute browser_settings_arn.
143 144 145 |
# File 'sig/types.rbs', line 143 def browser_settings_arn @browser_settings_arn end |
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
146 147 148 |
# File 'sig/types.rbs', line 146 def customer_managed_key @customer_managed_key end |
#web_content_filtering_policy ⇒ Types::WebContentFilteringPolicy
Returns the value of attribute web_content_filtering_policy.
148 149 150 |
# File 'sig/types.rbs', line 148 def web_content_filtering_policy @web_content_filtering_policy end |