Struct: v4.Rules
import "../ibm-cos-sdk-go-v2/aws/signer/internal/v4"
Overview
IsValid will iterate through all rules and see if any rules apply to the value and supports nested rules
Implemented Interfaces
types.AnalyticsFilter, v4.HTTPPresigner, s3.HTTPPresignerV4, types.MetricsFilter, s3.PresignPost, v4.Rule, arn.S3ObjectLambdaARN, types.SelectObjectContentEventStream
Method Summary collapse
Method Details
func (r Rules) IsValid(value string) bool
18 19 20 21 22 23 24 25 |
// File 'aws/signer/internal/v4/header_rules.go', line 18
|