Class: Aws::Types::CreateBrowserSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBrowserSettingsRequest
- 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.
-
#browser_policy ⇒ ::String
Returns the value of attribute browser_policy.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
199 200 201 |
# File 'sig/types.rbs', line 199 def additional_encryption_context @additional_encryption_context end |
#browser_policy ⇒ ::String
Returns the value of attribute browser_policy.
200 201 202 |
# File 'sig/types.rbs', line 200 def browser_policy @browser_policy end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
201 202 203 |
# File 'sig/types.rbs', line 201 def client_token @client_token end |
#customer_managed_key ⇒ ::String
Returns the value of attribute customer_managed_key.
198 199 200 |
# File 'sig/types.rbs', line 198 def customer_managed_key @customer_managed_key end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
197 198 199 |
# File 'sig/types.rbs', line 197 def @tags end |
#web_content_filtering_policy ⇒ Types::WebContentFilteringPolicy
Returns the value of attribute web_content_filtering_policy.
202 203 204 |
# File 'sig/types.rbs', line 202 def web_content_filtering_policy @web_content_filtering_policy end |