Struct: v4.MapRule

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

Overview

IsValid for the map Rule satisfies whether it exists in the map

Implemented Interfaces

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

Method Summary collapse

Method Details

func (m MapRule) IsValid(value string) bool



31
32
33
34
// File 'aws/signer/internal/v4/header_rules.go', line 31

func (m MapRule) IsValid(value string) bool { _, ok := m[value] return ok }