github.com/aws/aws-sdk-go-v2/service/s3.GetObjectInput.ResponseContentType (field)

3 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_GetObject.go#L245: 	ResponseContentType *string
		serializers.go#L3403: 	if v.ResponseContentType != nil {
		serializers.go#L3404: 		encoder.SetQuery("response-content-type").String(*v.ResponseContentType)