Struct: eventstream.StringValue

import "../ibm-cos-sdk-go-v2/aws/protocol/eventstream"

Overview

Get returns the underlying value.

Implemented Interfaces

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

Method Summary collapse

Method Details

func (v StringValue) Get() interface{}



385
386
387
// File 'aws/protocol/eventstream/header_value.go', line 385

func (v StringValue) Get() interface{} { return string(v) }

func (v StringValue) String() string



394
395
396
// File 'aws/protocol/eventstream/header_value.go', line 394

func (v StringValue) String() string { return string(v) }