Class: Aws::WorkSpacesWeb::Types::CookieSynchronizationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CookieSynchronizationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
The configuration that specifies which cookies should be synchronized from the end user’s local browser to the remote browser.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowlist ⇒ Array<Types::CookieSpecification>
The list of cookie specifications that are allowed to be synchronized to the remote browser.
-
#blocklist ⇒ Array<Types::CookieSpecification>
The list of cookie specifications that are blocked from being synchronized to the remote browser.
Instance Attribute Details
#allowlist ⇒ Array<Types::CookieSpecification>
The list of cookie specifications that are allowed to be synchronized to the remote browser.
453 454 455 456 457 458 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 453 class CookieSynchronizationConfiguration < Struct.new( :allowlist, :blocklist) SENSITIVE = [] include Aws::Structure end |
#blocklist ⇒ Array<Types::CookieSpecification>
The list of cookie specifications that are blocked from being synchronized to the remote browser.
453 454 455 456 457 458 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 453 class CookieSynchronizationConfiguration < Struct.new( :allowlist, :blocklist) SENSITIVE = [] include Aws::Structure end |