Method: Aws::WorkSpacesWeb::Types::CookieSynchronizationConfiguration#blocklist

Defined in:
lib/aws-sdk-workspacesweb/types.rb

#blocklistArray<Types::CookieSpecification>

The list of cookie specifications that are blocked from being synchronized to the remote browser.

Returns:



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