Method: Aws::WorkSpacesWeb::Types::CookieSynchronizationConfiguration#blocklist
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
#blocklist ⇒ Array<Types::CookieSpecification>
The list of cookie specifications that are blocked from being synchronized to the remote browser.
639 640 641 642 643 644 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 639 class CookieSynchronizationConfiguration < Struct.new( :allowlist, :blocklist) SENSITIVE = [] include Aws::Structure end |