Struct: v4.ExcludeList

import "../ibm-cos-sdk-go-v2/aws/signer/internal/v4"

Overview

ExcludeList is a generic Rule for exclude listing

Implemented Interfaces

types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, v4.Rule, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream

Method Summary collapse

Method Details

func (b ExcludeList) IsValid(value string) bool

IsValid for AllowList checks if the value is within the AllowList



52
53
54
// File 'aws/signer/internal/v4/header_rules.go', line 52

func (b ExcludeList) IsValid(value string) bool { return !b.Rule.IsValid(value) }